BlackByte
Well-known member
Hi i'm a biginner in vb.net and need your help
I am making an application with 3 forms. When the user clicks a button on the main form another form is displayed using the form2.showDialog method and the main form is hidden using the Main.Hide method,when the user closes the second form the 1st form is shown, then when the user clicks a button on the 2nd form a third form is diplayed using Form.showDialog method when this form closes instead of the 2nd form being displayed the first form is displayed. I want the forms to appear in a sequence as the user closes each form.
I am making an application with 3 forms. When the user clicks a button on the main form another form is displayed using the form2.showDialog method and the main form is hidden using the Main.Hide method,when the user closes the second form the 1st form is shown, then when the user clicks a button on the 2nd form a third form is diplayed using Form.showDialog method when this form closes instead of the 2nd form being displayed the first form is displayed. I want the forms to appear in a sequence as the user closes each form.