Cycle through multiple panels
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I’m working on a project which is designed to collect data (a LOT of data) from the user and store it in a database. In VB6 I probably would have used multiple forms (I’m still just learning though) but with VB.NET it seems more practical to use one form with multiple userControls and each userControl containing panels and each panel containing the necessary controls to collect the data. My question is: Using a function under a btnNext, for example, how can I cycle through each of my panels? Does anybody know of any good resources or examples that would illustrate this type of thing? Thanks Brad