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!
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!