I am trying to build an series of applications. These applications are standard .exe's.Each application accesses a standard set of fuctionality inside an Activex DLL. This Dll also contains a VB form which is positioned along the bottom of the screen, above which, the forms for each of the .exe's are positioned. The form inside the DLL has an exit button it.
Is there anyway to make the application exit if this button is pressed. I have tried putting a call to "end" on the button, but I am not able to use this inside the DLL.
regards

goldie