I have created a module that I am calling from an asp page. I need a clean exit from the vb app that has been called. I have tried end but the exe is still staying in memory. Any ideas?
This may sound stupid and I probably read your question wrond but instead of putting Exit or End on the cmdExit button you should put Unload Me. It should look like this:
Private Sub cmdExit_Click()
Unload Me
Exit
Like I said before it's prbably just me reading your question wrong.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.