-
API viewer?
In .NET what became of the API viewer?
I need to use GetClientRect. It requires a RECT.
So I have to do a struct. And convert the
declaration.
It would be nice if there was such a thing as a
..NET API viewer.
Is there?
If not, where can I find the corresponding
information?
(I HAVE searched the help but all I found on RECT
was something belonging to MS chart control)
/k
-
Re: API viewer?
Start witth the Framework Class Library documentation. In particular you
don't need to use the Win32 API to get the client rectangle (which is
readilly available in the framework - Form.ClientRectangle property).
Patrice
"kurt sune" <a29379@my-deja.com> a écrit dans le message de news:
3db8293e@tnews.web.devx.com...
> In .NET what became of the API viewer?
>
> I need to use GetClientRect. It requires a RECT.
> So I have to do a struct. And convert the
> declaration.
>
> It would be nice if there was such a thing as a
> .NET API viewer.
> Is there?
> If not, where can I find the corresponding
> information?
> (I HAVE searched the help but all I found on RECT
> was something belonging to MS chart control)
>
> /k
>
-
Re: API viewer?
Do you know where is Framework Class Library
documentation located?
/k
"Patrice Scribe" <scribe@chez.com> wrote in
message news:3dbd3050@tnews.web.devx.com...
> Start witth the Framework Class Library
documentation. In particular you
> don't need to use the Win32 API to get the
client rectangle (which is
> readilly available in the framework -
Form.ClientRectangle property).
>
> Patrice
>
> "kurt sune" <a29379@my-deja.com> a écrit dans le
message de news:
> 3db8293e@tnews.web.devx.com...
> > In .NET what became of the API viewer?
> >
> > I need to use GetClientRect. It requires a
RECT.
> > So I have to do a struct. And convert the
> > declaration.
> >
> > It would be nice if there was such a thing as
a
> > .NET API viewer.
> > Is there?
> > If not, where can I find the corresponding
> > information?
> > (I HAVE searched the help but all I found on
RECT
> > was something belonging to MS chart control)
> >
> > /k
> >
>
>
-
Re: API viewer?
Installed on your start menu (see the Microsofft .NET Framework SDK item).
You can also find the documentation online at
http://msdn.microsoft.com/library/
(http://msdn.microsoft.com/library/de...-us/cpref/html
/frlrfsystemwindowsformscontrolclassclientrectangletopic.asp
for the ClientRectangle property).
Patrice
"kurt sune" <a29379@my-deja.com> a écrit dans le message de news:
3dbd52fa$1@tnews.web.devx.com...
> Do you know where is Framework Class Library
> documentation located?
>
> /k
>
>
> "Patrice Scribe" <scribe@chez.com> wrote in
> message news:3dbd3050@tnews.web.devx.com...
> > Start witth the Framework Class Library
> documentation. In particular you
> > don't need to use the Win32 API to get the
> client rectangle (which is
> > readilly available in the framework -
> Form.ClientRectangle property).
> >
> > Patrice
> >
> > "kurt sune" <a29379@my-deja.com> a écrit dans le
> message de news:
> > 3db8293e@tnews.web.devx.com...
> > > In .NET what became of the API viewer?
> > >
> > > I need to use GetClientRect. It requires a
> RECT.
> > > So I have to do a struct. And convert the
> > > declaration.
> > >
> > > It would be nice if there was such a thing as
> a
> > > .NET API viewer.
> > > Is there?
> > > If not, where can I find the corresponding
> > > information?
> > > (I HAVE searched the help but all I found on
> RECT
> > > was something belonging to MS chart control)
> > >
> > > /k
> > >
> >
> >
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|