Hi guys,

I'm working with a VB6 Form and using a DLL which I created in VB6 ActiveX DLL.

On this Form, I call one method from the DLL, and after calling that method I want my form to be unloaded.

How can I do this?

Thank you.