From: Alan T on 1 Jul 2010 20:33 How do I load a Win32DLL? Is that LoadLibrary("..."); Which namespace I need to be included in the using clause (C#)?
From: Cubaman on 2 Jul 2010 04:15 On Jul 2, 2:33 am, "Alan T" <alan_NO_SPAM_pl...(a)yahoo.com.au> wrote: > How do I load a Win32DLL? > > Is that LoadLibrary("..."); > > Which namespace I need to be included in the using clause (C#)? Take a look at some PInvoke example. http://msdn.microsoft.com/en-us/magazine/cc164123.aspx Another usefull link: http://www.pinvoke.net/ Best regards
|
Pages: 1 Prev: IIS logs, time taken, substatus and ASP.Net Next: I got an error |