hi for all
how can i make wizard on certain form ;for example
form have question multi choice when i select on of them show next button
when i click on next button show next question and choice ....etc
please give me solution
Loading
hi for all
how can i make wizard on certain form ;for example
form have question multi choice when i select on of them show next button
when i click on next button show next question and choice ....etc
please give me solution
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Mar 20, 2011, 12:24 PM
Generating Wizards using Panels
Working with Data Form Wizard
Suthish NairPosted Mar 20, 2011, 11:09 AM
VulpesPosted Mar 20, 2011, 10:20 AM
However, the clever part is to hide the tabs at runtime so that they just look like normal forms! To do this, you need to create a custom tabcontrol (by inheriting from the standard version) and then override its WndProc method to trap the TCM_ADJUSTRECT message.
Check out this thread (http://stackoverflow.com/questions/2340566/creating-wizards-for-windows-forms-in-c) for the code needed to do this.