is there an api viewer in vb . net ?

Ncode

Newcomer
Joined
Feb 22, 2003
Messages
15
i don't see in the vb .net tools the api viewer like vb6, where can i view the api fonctions ?
 
There is no API viewer. You can use the one that came with VB6 if you have that installed, and convert the declares manually. Other than that, you'll have to use internet sites or browse header files to find those declares.
 
Actually, API Viewer 2002 from AllAPI has native support for
VB.NET declares (although its not 100% accurate when it comes to
fixed strings and fixed arrays and such, it makes live easier still).
 
You're probably better to search the .Net framework to see if it does what you need before worrying about the API. It seems to cover nearly everything.
 
Back
Top