API Viewer?

  • Thread starter Thread starter Per Rollvang
  • Start date Start date
P

Per Rollvang

Hi All!

Is there a shareware / freeware / MS tool that does the same as the
APIViewer did in Visual Studio 6.0 (a DLLImport tool for C# - APIViewer was
an API tool for VB).

TIA

Per Rollvang
 
Thanks a lot John!

I need a translator tool, i.e. to use API's in C#. Quite a lot more
difficult than using it from VB 6, but I still feel I need to use some of
them.

Do you know C# don't have a call for Beep... : )

Also, the link to www.gotdotnet.com seem to be cool (and unknown to me), I
have to check it out. Same thing with Lutz' site.

Again, thanks a lot!

Per Rollvang
 
If you import the Microsoft.VisualBasic namespace into your C# class, it has
a native Beep method
--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 
John Timney (Microsoft MVP) said:
If you import the Microsoft.VisualBasic namespace into your C# class, it has
a native Beep method
--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP

You can call a cat a DOG, but it's still is a CAT...

: )

Per Rollvang
 
Does that mean I answered your question ......if so glad to have helped....

Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 
You helped me out, ok! I just got a 6 months experience using .NET, so I
guess I have a long road to go.
Again. Thanks a lot!

A cat is till not a dog...

Per Rollvang
 

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

getstockobject 1
Main window handle (processes) 2
Folder Browser 4
Services (win-services) Description 2
Api function 5
Manage DHCP 1
Accessing VC++ classes from .NET 2
Automate another app 2

Back
Top