Forms

  • Thread starter Thread starter Craig Brunton
  • Start date Start date
C

Craig Brunton

Hi all,

This is probably very easy to do but I cannot find out how to achieve this.

Basically I have a program which when started opens a form with pulldown
menus on. When a item from the menu is clicked then another form opens.
What I want to do is prevent the user from opening a duplicate of this form.

Any help would be appreciated.

Thanks

Craig Brunton
 
* "Craig Brunton said:
Basically I have a program which when started opens a form with pulldown
menus on. When a item from the menu is clicked then another form opens.
What I want to do is prevent the user from opening a duplicate of this form.

<http://www.google.de/[email protected]>

Alternatively, you may want to implement the singleton design pattern
(see Google Search).
 
Back
Top