Hi....I'm looking at a VB project that has a form with a TabStrip object......there are 3 tabs (Employee, Team, and Status) associated with the TabStrip object. Each of these tabs appears to be associated w/ a PictureBox (picOptions(0), picOptions(1), and picOptions(2)). By default, when viewing the form, the tab associated w/ Employee (which is tied to picOptions(0)) is in the forefront, and I can see the various controls on the picOptions(0) PictureBox. However, I'd like to see what the screen would look like if the 'Team' tab was chosen (which is associated w/ picOptions(1)) - how/where do I go to view this?
Thanks!
Thanks!