[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Rafael Pivato

9/23/2003 2:11:00 PM

Hello,

How can I know the Win32Api declarations needed to put in a VB.NET code ?
Is there an API Viewer for .NET ?

Thanks.
Rafael Pivato


3 Answers

Ken Tucker [MVP]

9/23/2003 2:19:00 PM

0

Hi,

I posted an api viewer for vs.net 2003 at the gotdotnet website. I
converted the api calls from the vb6 viewer.
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=673d6b40-3b9b-46a7-a958-a2...

Ken
--------------------------
"Rafael Pivato" <rpivato@cpovo.net> wrote in message
news:e30SDudgDHA.2400@TK2MSFTNGP11.phx.gbl...
> Hello,
>
> How can I know the Win32Api declarations needed to put in a VB.NET code ?
> Is there an API Viewer for .NET ?
>
> Thanks.
> Rafael Pivato
>
>


Herfried K. Wagner

9/23/2003 4:11:00 PM

0

Hello,

"Rafael Pivato" <rpivato@cpovo.net> schrieb:
> How can I know the Win32Api declarations needed to put
> in a VB.NET code ?
> Is there an API Viewer for .NET ?

http://www.activevb.de/rubriken/apiviewer/index-apiv...

Notice that the API viewer won't convert all declares correctly!

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps....


Fergus Cooney

9/23/2003 4:38:00 PM

0

Hi Rafael,

And then there's a guy who has created a set of Win32 API classes ready to
be plugged into a project.

http://www.codeproject.com/csharp/Win32.asp?df=100&forumid=16064...

Regards,
Fergus