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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top