|
-
Apr 23rd, 2001, 04:12 AM
#1
Thread Starter
New Member
I have put an ActiveX control on a Form by this way:
Set myObject = Form.Controls.Add("MyOcx", "NameOcx", Form)
, but if I want to remove it:
Set myObject = nothing
Form.Controls.Remove ("NameOcx")
Controls dissapear from the form, but it is still in memory (event UserControl_Terminate is not called, and value in Men usage (windows task manager) is still the same)
Please how to release it from memory or which variable has still reference ?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|