>Hi,
>I want to use few Win32 APIs in my C# code. I want to know, how to use it.
>Please give me a sample code. So that I can go further.
do a search!
google returns loads of examples\tutorials for
Win32 Api "C#"
alternatively have a look at
http://www.pinvoke.net/
Vin
Teis Draiby - 07 Dec 2004 14:44 GMT
You can also write a class library using Managed C++. Reach your Win32 Api's
from MC++ using 'IJW' ('It Just Works'). Then refer to your class library
from C#.
Regards, Teis
> >Hi,
> >I want to use few Win32 APIs in my C# code. I want to know, how to use it.
[quoted text clipped - 8 lines]
>
> Vin