I create a modeless form from my main modal dialog:
How do I destroy this MForm completely? I need to destroy the form and everything on that form, to release memory and etc. I am trying to callCode:MForm form = new MForm; form.Show();
form.Dispose ();
but I am getting an error after that![]()




Reply With Quote