Hi,

Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.

But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name and get it from some other sample.

Any tool (like API text viewer) is there for access APIs in .NET
especially for C#?

Thanks in advance,
kumar

Re: API list viewer for C# by Klaus

Klaus
Fri Jan 09 02:18:34 CST 2004

Well, the API is the API. Even the viewer that shipped with VS6 had some bad
declares that you had to fix. You're far better off just learning to
translate to C#.


--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

"ksskumar" <ksskumar2000@hotmail.com> wrote in message
news:ada4781e.0401082119.7b551d85@posting.google.com...
> Hi,
>
> Microsoft provides in visual stdio 6.0, a tool called API text viewer.
> It is used to access the API related functions.
>
> But, I am not come across any tools like this in .NET. Every time
> when I need for a API declration (C# format), I have to go and search
> in internet with the api name and get it from some other sample.
>
> Any tool (like API text viewer) is there for access APIs in .NET
> especially for C#?
>
> Thanks in advance,
> kumar



Re: API list viewer for C# by Tester

Tester
Fri Jan 09 06:45:25 CST 2004

http://www.google.com/search?q=api+viewer+C%23

"ksskumar" <ksskumar2000@hotmail.com> wrote in message
news:ada4781e.0401082119.7b551d85@posting.google.com...
> Hi,
>
> Microsoft provides in visual stdio 6.0, a tool called API text viewer.
> It is used to access the API related functions.
>
> But, I am not come across any tools like this in .NET. Every time
> when I need for a API declration (C# format), I have to go and search
> in internet with the api name and get it from some other sample.
>
> Any tool (like API text viewer) is there for access APIs in .NET
> especially for C#?
>
> Thanks in advance,
> kumar



Re: API list viewer for C# by Gabriele

Gabriele
Fri Jan 09 06:48:29 CST 2004

Hi,

Try http://www.c-sharpcorner.com/Tools/APIViewerPKS.asp, a little old but
still good.

Regards,

Gabriele



Re: API list viewer for C# by ksskumar2000

ksskumar2000
Sun Jan 11 23:00:38 CST 2004

Hi friends,

Thanks for your replys.

I got a program for this purpose from,
http://www.freevbcode.com/ShowCode.Asp?ID=3639

Again I thank all of you for spenting your valuable time.

with best regards
kumar




"Tester" <test> wrote in message news:<eQND05q1DHA.1184@TK2MSFTNGP10.phx.gbl>...
> http://www.google.com/search?q=api+viewer+C%23
>
> "ksskumar" <ksskumar2000@hotmail.com> wrote in message
> news:ada4781e.0401082119.7b551d85@posting.google.com...
> > Hi,
> >
> > Microsoft provides in visual stdio 6.0, a tool called API text viewer.
> > It is used to access the API related functions.
> >
> > But, I am not come across any tools like this in .NET. Every time
> > when I need for a API declration (C# format), I have to go and search
> > in internet with the api name and get it from some other sample.
> >
> > Any tool (like API text viewer) is there for access APIs in .NET
> > especially for C#?
> >
> > Thanks in advance,
> > kumar