Is there a book or a site where they give you the equivalent functions in
.NET of the Windows API functions. There are several Windows API functions I
used in VB6 that I would like to use in DOTNET. I think microsoft posted at
one time on there msdn site but I can no longer find it. They had a link
where they gave all the window api's functions and constants and its
equivalent in .net classes.
thanks...
Anders Nor?s [MCAD] - 27 Dec 2004 21:54 GMT
> Is there a book or a site where they give you the equivalent functions in
> .NET of the Windows API functions. There are several Windows API functions
[quoted text clipped - 4 lines]
> where they gave all the window api's functions and constants and its
> equivalent in .net classes.
You can use the Windows API functions via PInvoke. The PInvoke wiki
(http://www.pinvoke.net/) has an overview of all functions with C# and
VB.NET interop signatures.
Anders Nor?s
http://dotnetjunkies.com/weblog/anoras/
Mattias Sj?gren - 27 Dec 2004 22:28 GMT
>Is there a book or a site where they give you the equivalent functions in
>.NET of the Windows API functions.
http://www.msdn.com/library/en-us/dndotnet/html/win32map.asp
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.