Wow, a question even I can answer!

You should be able to go to the help index, and type 'Form'.  If not maybe
you didn't install all the help files?  There is extensive online help that
normally installs with VS.NET.  You can filter it based on languages too.
There's also intellisense so you can go to an editor and type Form. and when
you hit the '.' you should see a popup menu with all the methods/properties
etc.

Also remember that all classes live in a namespace, so the full path name
for Form is:
System.Windows.Form
(if that is in fact the one you want).

-John


> -----Original Message-----
> From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
> Michael Weller
> Sent: Saturday, April 27, 2002 2:19 PM
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] [beginner] api-docs?
>
>
> hi!
> i'm new to the m$ world and willing to learn c#.
> now i got this visual studio .net installed, started reading the oreilly
> book and tried to compile the examples. that didn't work so i tried
> searching for some kind of api docs to find out if a class "Form"
> exists and
> which package it belongs to (excuse the java terminologie, I know i should
> get rid ot that quickly). i couldn't find anything, neighter in
> the help of
> visual studio, nor on m$'s homepage. so here my question: is there a api
> documentation available that covers the default packages that ship with
> visual studio .net?
>
> regards,
>
> -mw
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to