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
 
Back
Top