T
Tammy Nejadian
I am working with Visual C# window and in my application I need to use a
button ( NEXT) . The button should displays one panel with its objects each
time it clicked. I already developed the codes for creating panels and their
objects which will be questions and their answers. When the NEXT button
clicked it suppose to display first panel with one question and its answers
at a time. When the user selects an answer and click on NEXT button then it
should dismiss the first panel and show the next panel which display the
second question. I coded each panel and its question as a method so method
calls when the button clicked. For example showQuestion1() is first method ,
showQuestion2() is second method… I am new to programming and visual C# so
could you please give me the code with an example.
Thanks,
Tammy
button ( NEXT) . The button should displays one panel with its objects each
time it clicked. I already developed the codes for creating panels and their
objects which will be questions and their answers. When the NEXT button
clicked it suppose to display first panel with one question and its answers
at a time. When the user selects an answer and click on NEXT button then it
should dismiss the first panel and show the next panel which display the
second question. I coded each panel and its question as a method so method
calls when the button clicked. For example showQuestion1() is first method ,
showQuestion2() is second method… I am new to programming and visual C# so
could you please give me the code with an example.
Thanks,
Tammy