apiviewer

  • Thread starter Thread starter frazer
  • Start date Start date
F

frazer

hi
how do i view the apis in the user32.dll
i used to use apiviewer in visualstudio 6.
what is the equivalent in dotnet.
thnx
 
Hi,

First check out the Microsoft Win32 to Microsoft .NET Framework API Map as
there might be a .NET native class for what you are trying to do.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp

API Guide has some info on the .NET classes that you can use instead of the
Win32 API
http://www.mentalis.org/agnet/apiguide.shtml

Here is an API Viewer for .NET. You need to run it from Visual Studio .NET.
http://www.freevbcode.com/ShowCode.Asp?ID=3639

--
Ross Donald
Rad Software
Free Regular Expression Designer @
http://www.radsoftware.com.au/web/Products/


| hi
| how do i view the apis in the user32.dll
| i used to use apiviewer in visualstudio 6.
| what is the equivalent in dotnet.
| thnx
|
|
|
 
Back
Top