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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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