Step by step instruction. Open Form2 from Button on form1 C#

Hi, anyone able to tell me please how to..

Click on a Button i named Next on Form1.. it will then open Form2 page not as an extra page.. but as though its a new page on the same window. ty

Knowing me.. im gonna need click here.. do this... type this etc instructions as ive been reading and nothing works for me.

Thankyou



Answer this question

Step by step instruction. Open Form2 from Button on form1 C#

  • SOAC

    One way to accomplish this is by using panels (panel controls)....once u click the button (next) you hide one panel and show the other one
  • Step by step instruction. Open Form2 from Button on form1 C#