Hello everybody,
i have a question about back button: i would realize a back button to get back to last Panel i opened
How could i get back from Panel 2 to first panel? I could have a lot of panels to go on Panel 2.
Thanks for help ^^
i have a question about back button: i would realize a back button to get back to last Panel i opened
Button for change panel:
Sub btn_Click
Pnl1.Visible = False
Pnl2.Visible = True
End Sub
How could i get back from Panel 2 to first panel? I could have a lot of panels to go on Panel 2.
Thanks for help ^^