john230873
Programmer
I have had this probelem for a couple of weeks and Have finally tracked down the cause of the issues. I have a dll which only role is to open a form. If I leave the form open and close the main form then I get a run time error. This seems to be a normal issue with Dll's because I created another quick test program which did the same thing (and other posts). I don't want to use showmodal as I would like the users to open multiple forms at once. I think I need a procedure to call all the dll forms and close them on the close of the main form. I have no idea of the code Help.