Click here to Skip to main content
15,925,723 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating the Spyware Pin
Name Removed11-Aug-04 6:08
Name Removed11-Aug-04 6:08 
QuestionExtract outlook/exchange email attachments? Pin
Swaity10-Aug-04 22:22
Swaity10-Aug-04 22:22 
Generalopen an uploaded file Pin
tzewei10-Aug-04 21:59
tzewei10-Aug-04 21:59 
QuestionHow to launch a program at the end of an MSI installation? Pin
kmeads10-Aug-04 20:51
kmeads10-Aug-04 20:51 
AnswerRe: How to launch a program at the end of an MSI installation? Pin
LongRange.Shooter11-Aug-04 3:34
LongRange.Shooter11-Aug-04 3:34 
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 
I'm new to C# but not programming. I need to dynamically load dlls (native) and I have that part working with the [DllImport .... LoadLibrary ], and the with GetProcAddress.

What I am having trouble with, is the returning value from GetProcAddress. I have it returning an IntPtr. It is valid and I assume I should be able to use it.

In C++ I can cast the pointer to a function pointer. Is this possible in C#? I understand in .NET that function pointers are delegates and that you can't cast an IntPtr to a delegate type. So how do I go about calling the function that i have just obtained from a DLL?

Thanx Smile | :)

If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson
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 
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 

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.