How to Unload a form in Load Event
Hi all,
I want to Unload my form in load event. please help me to do the same.
I want functionality some thing like this.
if ( condition )
{
this. unload();
}
My aim is to avoid opening multiple instance of the same form in MDI environment .
Thanx in Advance.
mosheaPosted Aug 19, 2004, 8:35 AM
mosheaPosted Aug 19, 2004, 8:33 AM