Fog Creek Software
g
Discussion Board




Win32 API Viewer for .NET?

Does anyone know of a Win32 API Viewer for .NET?  Kinda like the one for VB 6 except for .NET.  It would make it a heck of a lot easier to insert API calls into your program. Maybe that's not what MS wants you to be doing though?

.:: Website ::.
Thursday, January 29, 2004

Whether or not Microsoft "want" you to, it's probably generally better to use a .NET managed API where it's available, in which case this resource may help:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp

Where no managed API exists (e.g. serial I/O) use google.

Joe
Friday, January 30, 2004

*  Recent Topics

*  Fog Creek Home