Property sheet and property pages in winforms

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

hi,

I want to create a wizard based application in .net (winforms)
In MFC/Win32 same can be achieved using property sheets and property
pages.

Whats the equivalent in .net?

regards,
Sachin
 
hi,

I want to create a wizard based application in .net (winforms)
In MFC/Win32 same can be achieved using property sheets and property
pages.

Whats the equivalent in .net?

regards,
Sachin

Use a Winnows Form and a PropertyGrid object.

The PropertyGrid is not in the Toolbox by default. You will have to add it by
right clicking the tool box and then clicking "Choose Items..."
Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Back
Top