Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Property Sheet

0 views
Skip to first unread message

Viktor

unread,
Sep 20, 2001, 6:00:21 PM9/20/01
to
Can anybody help me how to create property sheet in VC#.NET
I could not find any information in the help which is
supplied with VS.NET. Neither I was able to locate any
appropriate classes in the .NET class library.

Viktor

Chris Moore

unread,
Sep 20, 2001, 8:15:34 PM9/20/01
to
Are you speaking of COM-style property sheet or a Property Grid such as is
used within VS?

If it is the latter, you will need to add the PropertyGrid control to the
tool box (Tools->Customize Toolbox) and then drag it onto your form. For the
latter case, you will need to look at the TabControl Control (in the toolbox
by default) on which you can place TabPages. If you are coming from MFC,
these classes are analogous to CPropertySheet and CPropertyPage,
respectively.

Chris.

"Viktor" <vik...@ucla.edu> wrote in message
news:23d601c1421f$a4705850$3bef2ecf@TKMSFTNGXA10...

0 new messages