oralb5
07-23-2004, 02:08 PM
Does anyone have any suggestions as to how to assure that only one instance of a form is opened?
Only one instance of a formoralb5 07-23-2004, 02:08 PM Does anyone have any suggestions as to how to assure that only one instance of a form is opened? Iceplug 07-23-2004, 04:38 PM Yes, but you have to keep up with the form yourself. You can declare a Public Shared variable on the form and set it to true when you open a form, and set it to false when you close it. Then, check this shared variable to see if the form is opened. Other than that, you'd have to pass references for all of your forms. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum