Dear,
I have a problem opening a form from within a DLL. I'll explain the situation.

I have to make a program who needs a certification by the goverment, once certified the program may not change anymore. But each time I sell the program to a new client a new form with the clients layout has to be made. So I use a DLL with all my clients there unique forms with the layout they want. So I have a STARTUP-form on a buttonclick the layout-form of a specified client opens from the DLL. So far no problem, now when I push a button on the DLL-form (clients layout form) I want to open the GENERAL-form of my windowsapplication. And here is the problem, I don't know how to open the GENERAL-form from within the DLL-form.

Can someone help me with this problem,

Greetings,

Koen