Link to home
Start Free TrialLog in
Avatar of gvsbnarayana
gvsbnarayana

asked on

Tabbed Pane in VB

Can anyone help me explaining how to work with Tabbed Pane (Option Dialog) in VB? The problem is, I want to display different controls on each of the Tab. When I add a Option Dialog to my project, I am able to design only the fist tab. How to design the other tabs?
I have worked a lot on the JTabbedPane in Java and I don't know anything about this Option Dialog in VB.
Thanks in Advabce,
Badri

Avatar of BrianGEFF719
BrianGEFF719
Flag of United States of America image

Right click it and goto properties...It will open up a new properties window with an option called "Tabs".

-Brian
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gvsbnarayana
gvsbnarayana

ASKER

Dear  BrianGEFF719 ,
I could  not find any property like Tabs when I go to the Properties. Do we need to install any service packs to get that? Can you please be more clear?
When I try to click on the Option Dialog, I could not find any property named Tabs but When I right click on the Tab , then I could open Property Pages but could not be able to move between tabs.
Thanks.
Badri
Thank you very much  emoreau !!
here are your points