|
-
Mar 11th, 2000, 11:30 PM
#1
Thread Starter
Member
I am trying to be as memory conscious as possible with my program. I am defining my variables at the proper levels and not over extending them. My question is when I am done with a form and I “unload” it does it free memory used by other controls like ADO? Or should I unload each control when I am done using it?
Thanks
-
Mar 12th, 2000, 09:06 AM
#2
Frenzied Member
I think it unloads them anyway for standard exes but not user controls.
But it's not going to hurt because by unloading them yourself your not using ub any more proccessor time than if VB unloads them and it's always better to be safe than sorry
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
|