...
Jacob wrote:
> Where do i find .NET class libary in Visual studio? I mean if you
> would like to browse through the classes and members. Or if you want
> to search fr specific classes or members.
Hi,
If you don't already have it, I recommend installing Reflector:
http://www.aisto.com/roeder/dotnet/
--
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr
-----------------------------------------------Reply-----------------------------------------------
Hi,
"Jacob" <jac
@mailcity.com> wrote in message
news:465d5bee$0$14247$ba620e4c@news.skynet.be...
> Hi!
> Where do i find .NET class libary in Visual studio? I mean if you would
> like
> to browse through the classes and members. Or if you want to search fr
> specific
> classes or members.
Object Browser ( Ctrl + ALT + J ) , but I think that you better use the MSDN
library, you will get a better help about the methods and how to use them.