Hi, i must make a book through VB with chapter and questions for each chapter.
For menu and question i used menustrip.
My question is how to go to each question every timer without need to write the same code like
attached is a screen shot of my menustrip

thanks a lot
For menu and question i used menustrip.
My question is how to go to each question every timer without need to write the same code like
VB.NET:
Form31.Show()
Me.Visible = False
....
Form32.Show()
Me.Visible = False
attached is a screen shot of my menustrip

thanks a lot