Hi all,
I have a simple "Wizard" like project. I am using user controls in a main form with back and forward buttons on the main form. I am trying to find an efficient way to move forwards and backwards through the pages.
I have been unsuccessful in figuring out a way to do this and cannot seem to find an example online using VB.NET.
Anyone have an idea on how I can accomplish this?
I guess I first need to assign a “page #” to each user control and than figure which page is currently showing and hide/make visible the correct page based on the user interaction of the Next and previous buttons??? Just a guess…
Thanks in advance,
MDA
I have a simple "Wizard" like project. I am using user controls in a main form with back and forward buttons on the main form. I am trying to find an efficient way to move forwards and backwards through the pages.
I have been unsuccessful in figuring out a way to do this and cannot seem to find an example online using VB.NET.
Anyone have an idea on how I can accomplish this?
I guess I first need to assign a “page #” to each user control and than figure which page is currently showing and hide/make visible the correct page based on the user interaction of the Next and previous buttons??? Just a guess…
Thanks in advance,
MDA