Click here to Skip to main content
15,919,613 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Enums and Attributes Pin
dynamic27-Jun-03 6:55
dynamic27-Jun-03 6:55 
GeneralRe: Enums and Attributes Pin
Matt Casto27-Jun-03 7:11
Matt Casto27-Jun-03 7:11 
Generalvb script an open/close cd-rom Pin
ti-guru26-Jun-03 22:23
sussti-guru26-Jun-03 22:23 
GeneralRe: vb script an open/close cd-rom Pin
Anonymous27-Jun-03 9:31
Anonymous27-Jun-03 9:31 
GeneralVBA & Excel & HTML Pin
laurarana26-Jun-03 21:16
laurarana26-Jun-03 21:16 
Generalhelp with command line arguments Pin
DJ Unreal26-Jun-03 8:48
DJ Unreal26-Jun-03 8:48 
GeneralBest way to end a form Pin
yuniit26-Jun-03 8:29
yuniit26-Jun-03 8:29 
GeneralRe: Best way to end a form Pin
Dave Kreskowiak27-Jun-03 8:52
mveDave Kreskowiak27-Jun-03 8:52 
Someone correct me if I'm wrong here:

If you didn't explicitly call the Win32 API function LoadLibrary(), you can't unload it.

DLL load and unload is handled automatically by the runtime (in both VB and VB.NET.) When your App loads, the runtime attempts to resolve all external references and loads the appropriate DLL's automatically. Then your app is able to call the functions you wanted. When you're done using the resources of the DLL, it WILL NOT unload. This won't happen (automatically, anyway) until your Application quits because that's when your releasing your references to the DLL.



RageInTheMachine9532
GeneralUndo, Cut, Copy, Paste Pin
JohnExalt25-Jun-03 20:27
JohnExalt25-Jun-03 20:27 
GeneralCutCopyMode = false Pin
akbcb25-Jun-03 10:45
akbcb25-Jun-03 10:45 
GeneralPulling the users login name into VB.net Pin
code_gopher25-Jun-03 4:30
code_gopher25-Jun-03 4:30 
GeneralRe: Pulling the users login name into VB.net Pin
dynamic25-Jun-03 7:26
dynamic25-Jun-03 7:26 
GeneralRe: Pulling the users login name into VB.net Pin
code_gopher25-Jun-03 7:51
code_gopher25-Jun-03 7:51 
GeneralMonthCalendar auto-firing Pin
User 814725-Jun-03 3:55
User 814725-Jun-03 3:55 
Generalglobal data Pin
Anonymous25-Jun-03 3:09
Anonymous25-Jun-03 3:09 
Generalactivex exe asynchronous Pin
r i s h a b h s25-Jun-03 1:47
r i s h a b h s25-Jun-03 1:47 
GeneralRe: activex exe asynchronous Pin
JohnExalt25-Jun-03 20:29
JohnExalt25-Jun-03 20:29 
Generalactivex exe asynchronous calling Pin
r i s h a b h s25-Jun-03 1:46
r i s h a b h s25-Jun-03 1:46 
Generalproblem with VB.NET and XML web services Pin
AirGuitarist24-Jun-03 18:41
AirGuitarist24-Jun-03 18:41 
GeneralRe: problem with VB.NET and XML web services Pin
Ian Darling26-Jun-03 22:50
Ian Darling26-Jun-03 22:50 
GeneralRe: problem with VB.NET and XML web services Pin
AirGuitarist27-Jun-03 19:42
AirGuitarist27-Jun-03 19:42 
Generaltutorial for vb.net setup deployment on another computer Pin
44Class24-Jun-03 18:30
44Class24-Jun-03 18:30 
GeneralRe: tutorial for vb.net setup deployment on another computer Pin
Wayne Phipps25-Jun-03 1:19
Wayne Phipps25-Jun-03 1:19 
GeneralRe: tutorial for vb.net setup deployment on another computer Pin
44Class25-Jun-03 11:46
44Class25-Jun-03 11:46 
GeneralWebclass question - VB6 and XP Pin
dpalazol24-Jun-03 17:18
dpalazol24-Jun-03 17:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.