Property sheet and property pages in winforms

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
 
O

Otis Mukinfus

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top