Stop opening multiple instances of the child form

  • Thread starter Thread starter Vivek
  • Start date Start date
V

Vivek

Hi,

I am developing a MDI application. I need to track the child forms open so
that I can stop a user from opening the multiple instances of the same child
form. Now what is the best way of achieving it. I tried using an Forms
Array but is not the most efficient way. I think I can create a collection
but then how do I create a global collection that can be accessed from all
the forms. Please help.

Thanks
 

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

Back
Top