Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unload .Bas module in running time

Status
Not open for further replies.

hortensiam

IS-IT--Management
Feb 5, 2002
86
AR
Hi!
If i will not need a .bas module anymore... Is it possible to unload it in running time of an application?
thanks in advance
 

Only if you drop it in an ActiveX Dll.

You can however drop the code into a class module with-in the same project, and then create and destroy it as needed. It will then be add/removed from memory, but the code still remains a part of the Exe. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Right-Click the .bas file(Project Explorer) and select Remove .bas. Is that what you are looking for?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top