Outlook hangs after initializing Form control

S

Sascha Gering

Hi there,

I am developing an Outlook AddIn with VB6.
For that everything works well until I try to initialize a control from the
form I added in the appointment dialog.
After using all the inspectors, explorers etc. I always set them to nothing
to avoid any existing object instances.
But when I do this:

Dim ctrl_text
Set ctrl_text =
gBaseClass.objInsp.ModifiedFormPages("MyPage").Controls("test_text")
Set ctrl_text= Nothing

Outlook stays in the memory.
After closing the last existing explorer I unitilize every object and even
unset the class "gBaseClass" where every outlook object is encapsulated.

Any ideas are welcome!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top