API Viewer ?

A

Arsalan

In VB 6.0 there used to be API viewer or something from which one could
copy/paste API declarations into VB6.0 forms/module/class

What is the equivalent option for the VB.NET, if i want to use API functions
what should i do ?
 
H

Herfried K. Wagner [MVP]

Arsalan said:
In VB 6.0 there used to be API viewer or something from which one could
copy/paste API declarations into VB6.0 forms/module/class

What is the equivalent option for the VB.NET, if i want to use API
functions what should i do ?

My ActiveVB-coworker Christoph von Wittch provides an API viewer that can
export declares/... for
VB.NET:

ApiViewer
<URL:http://www.apiviewer.de/>

English translation:

ApiViewer (en)
<URL:http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html>

Ken Tucker [MVP] wrote an add-in for VS.NET 2003:

VB API Viewer 2003
<URL:http://www.gotdotnet.com/Community/...mpleGuid=673d6b40-3b9b-46a7-a958-a25f4e87568a>

pinvoke.net is a web-based collaborative wiki that collects declares/... for
different .NET programming languages:

pinvoke.net: the interop wiki!
<URL:http://www.pinvoke.net/>

If you don't want to struggle with the declares yourself, you can use this
library:

A Win32 Library for .NET
<URL:http://www.codeproject.com/csharp/win32.asp>
 
S

Samuel R. Neff

I've tried API Viewer but it crashed repeatedly and seemed to be
missing basic declarations that have been around since Win95--ListView
related structs like HDITEM.

Others haven't had the same problems?

Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

API list on dotnet. 2
api viewer on VB.NET 1
Windows Messages! 7
use copymemory api in vb.net 5
Working with Graphics in VB.NET???? 2
VB.NET Random / C++ rnd 12
API Replacement 3
Calling API functions dynamically? 46

Top