Click here to Skip to main content
16,016,501 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I am using vb.net win forms 2005 with ms access.

I am using a tab control in my form, with 4 tabpages:

tabpage1 tabpage 2 tabpage3 tabpage 4.

Tabpage1 is the default when I run the form.
I put some controls in tabpage1 which display when it runs and I also put some controls in tabpage2.

When I run the form and click on tabpage2 is will not display those controls.

I dont know how to do please help me!
Posted
Updated 20-Jul-10 21:30pm
v2
Comments
Dalek Dave 21-Jul-10 3:30am    
Edited for readability

1 solution

Your controls are plainly not on the tab page, if they were, you'd see them. Unless you've marked them as hidden or put them off the visible screen area.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900