Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to launch a program at the end of an MSI installation? Pin
kmeads11-Aug-04 6:47
kmeads11-Aug-04 6:47 
GeneralRe: How to launch a program at the end of an MSI installation? Pin
LongRange.Shooter11-Aug-04 7:39
LongRange.Shooter11-Aug-04 7:39 
GeneralGetProcAddress Pin
Vadim Tabakman10-Aug-04 20:22
Vadim Tabakman10-Aug-04 20:22 
GeneralRe: GetProcAddress Pin
Heath Stewart10-Aug-04 20:46
protectorHeath Stewart10-Aug-04 20:46 
GeneralRe: GetProcAddress Pin
Vadim Tabakman10-Aug-04 20:56
Vadim Tabakman10-Aug-04 20:56 
GeneralRe: GetProcAddress Pin
leppie10-Aug-04 21:34
leppie10-Aug-04 21:34 
GeneralRe: GetProcAddress Pin
Vadim Tabakman11-Aug-04 2:26
Vadim Tabakman11-Aug-04 2:26 
GeneralRe: GetProcAddress Pin
Heath Stewart11-Aug-04 2:26
protectorHeath Stewart11-Aug-04 2:26 
1. Because you always should search first. Good research is required skill for any good developer, and with forums like you have here today it's so easy compared to when I first started programming (no web; only gopher).

2. Nick did provide a work around that does work (though P/Invoking LoadLibrary really isn't necessary unless you want to check whether or not the DLL was actually loaded successfully since invoking the imported function won't tell you). Using the DllImportAttribute, the CLR will load the referenced DLL when necessary. You should still be able to unload it.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: GetProcAddress Pin
Vadim Tabakman11-Aug-04 12:19
Vadim Tabakman11-Aug-04 12:19 
QuestionHow to Trasfer Data from MsAccess database to SQL Server Database using C# Pin
pubududilena10-Aug-04 18:35
pubududilena10-Aug-04 18:35 
AnswerRe: How to Trasfer Data from MsAccess database to SQL Server Database using C# Pin
Heath Stewart10-Aug-04 19:36
protectorHeath Stewart10-Aug-04 19:36 
GeneralWorking with text archive Pin
Flavio Serrazes10-Aug-04 16:11
Flavio Serrazes10-Aug-04 16:11 
GeneralRe: Working with text archive Pin
Dave Kreskowiak11-Aug-04 5:41
mveDave Kreskowiak11-Aug-04 5:41 
Generalchange from C++ code to C# Pin
Rulala10-Aug-04 15:55
Rulala10-Aug-04 15:55 
GeneralRe: change from C++ code to C# Pin
Christian Graus10-Aug-04 16:24
protectorChristian Graus10-Aug-04 16:24 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 17:37
Rulala10-Aug-04 17:37 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 19:30
protectorHeath Stewart10-Aug-04 19:30 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 19:55
Rulala10-Aug-04 19:55 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 20:43
protectorHeath Stewart10-Aug-04 20:43 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 21:36
Rulala10-Aug-04 21:36 
GeneralButton Position in textbox Pin
DougW4810-Aug-04 12:41
DougW4810-Aug-04 12:41 
GeneralMSGraph Chart in a WinForm Pin
Mark Finley10-Aug-04 11:36
Mark Finley10-Aug-04 11:36 
GeneralRe: MSGraph Chart in a WinForm Pin
sreejith ss nair10-Aug-04 16:55
sreejith ss nair10-Aug-04 16:55 
GeneralC# Windows Setup and Deployment application Pin
TrevorBo10-Aug-04 10:56
TrevorBo10-Aug-04 10:56 
GeneralRe: C# Windows Setup and Deployment application Pin
Heath Stewart10-Aug-04 11:23
protectorHeath Stewart10-Aug-04 11:23 

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.