Form: best way
-
Hi all, I'm creating this small tool and need some help on the form I ll be using. The tool consist out of a form that contains 3 buttons. When a button is clicked 'another' should be opened. The form needs to have the same sice and place as the previous one only the content (buttons, ...) need to change. Is there a proper way to do this? Do I best use a new form for each button clicked or do I use the same form and Hide or Show elements when needed? Maybee there is a better way? I hope someone can help me out. Regards Stijn
-
Hi all, I'm creating this small tool and need some help on the form I ll be using. The tool consist out of a form that contains 3 buttons. When a button is clicked 'another' should be opened. The form needs to have the same sice and place as the previous one only the content (buttons, ...) need to change. Is there a proper way to do this? Do I best use a new form for each button clicked or do I use the same form and Hide or Show elements when needed? Maybee there is a better way? I hope someone can help me out. Regards Stijn
You could just create a user control for each "page" that you want to display. Or you can use something like Al Gardner's Wizard Control -Matt ------------------------------------------ The 3 great virtues of a programmer: Laziness, Impatience, and Hubris. --Larry Wall