Re: Coding NEXT button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ignacio Machin ( .NET/ C# MVP )

    Re: Coding NEXT button

    On Apr 22, 2:51 pm, Tammy Nejadian
    <TammyNejad...@ discussions.mic rosoft.comwrote :
    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
    >
    --
    Nejadian
    Do a search in the archives of this NG, look for "wizard" you will
    find a lot of examples
Working...