Ncode Posted February 26, 2003 Posted February 26, 2003 i don't see in the vb .net tools the api viewer like vb6, where can i view the api fonctions ? Quote
*Gurus* divil Posted February 26, 2003 *Gurus* Posted February 26, 2003 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. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
*Experts* Volte Posted February 26, 2003 *Experts* Posted February 26, 2003 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). Quote
*Experts* Merrion Posted February 27, 2003 *Experts* Posted February 27, 2003 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. Quote Printer Monitor for .NET? - see Merrion Computing Ltd for details
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.