How to prevent opening multiple instances of the same form
Hi,
In Windows application how to prevent opening multiple instances of the same form.
I got code like this in a menu item
Form objfrm = new frm;
objfrm.show
it works fine. But when I am clicking on the menu item again it is opening another instance. I want to bring the first instace to front like form.Zorder in visual basic.
Thanks
DN
robin 0Posted Nov 12, 2004, 1:08 PM
wheezhackerPosted Nov 12, 2004, 2:12 AM
kiran_kuchibaPosted Jul 20, 2004, 11:27 AM