How to unload a module after I've imported it.



Is it possible to unload a module after I've imported it.
I have the main program from which I import several smaller programs.
Some of these uses timeoutsocket module.
But one of the smaller program can not work with the timeoutsocket
module, so I must
unload the timeoutsocket module, execute the program and then reload
timeoutsocket module.
So, s it possible to unload a module after I've imported it..
Thanks
L.

.



Relevant Pages

  • Re: Two forms, one entry
    ... Then all you need to do is execute a SQL UPDATE statement when the ... shuts down the application, the login form unloads, firing the Unload event. ... Graham R Seach wrote: ...
    (microsoft.public.access.formscoding)
  • Re: unload crash
    ... running into a brick wall stops your car... ... Visual Basic will not execute the QueryUnload, Unload or Terminate event ...
    (microsoft.public.vb.general.discussion)
  • Re: Cant close program
    ... Rick, ... The "End" has been removed but the problem persists, the unload me doesn't ... > Visual Basic will not execute the QueryUnload, Unload or Terminate event ...
    (microsoft.public.vb.general.discussion)
  • Re: Cant close program
    ... Actually, Unload me works, it's only that it takes about 30 minutes for it ... > running into a brick wall stops your car... ... > Visual Basic will not execute the QueryUnload, Unload or Terminate event ...
    (microsoft.public.vb.general.discussion)
  • Re: Application auto-restarting
    ... > to open a database connection and my error handler kicks in. ... when I run the code thru debugger, I see it execute ... > if I have a global variable set to true for an open database ... It sounds like somewhere in the code after the Unload Me you are referencing ...
    (microsoft.public.vb.general.discussion)