|
-
Jan 28th, 2000, 03:52 PM
#1
Thread Starter
Addicted Member
I want to make a user interface that uses the "TabStrip". My problem is I can easily place objects on the front tab side. But I am unable to see the second tab's side to allow me to add objects onto there. In other words, Let's say I added a command button and a text box on the first tab's side and now I need to work on adding things onto the seconds tab's side. How do I view the second's side so I can place things on it. Side one's command button and textbox remain in the view. I am using VB5 Enterprise Edition. This is hard to explain, I hope this is enough information.
Thankyou for your time and effort,
Daniel Christie
-
Jan 28th, 2000, 04:39 PM
#2
The TabStrip doesn't treat each Tab as a seperate Sheet, so any Controls you place on there will appear no matter which Tab is selected.
You could get around it by placing the Controls for Each Tab in a Container Object, (ie. a Picturebox), then make the Container Visible or Invisible, depending on which Tab is selected, or, you can use the Tabbed DialogBox Control, which does have seperate Sheets for each Tab.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
Jan 28th, 2000, 05:36 PM
#3
Thread Starter
Addicted Member
Aaron,
How do I get the "Tabbed DialogBox Control" onto my tool box?
I appreciate your help,
Daniel Christie
-
Jan 29th, 2000, 12:01 PM
#4
Fanatic Member
Go to Components and check Microsoft Tabbed Dialog Control 5.0. Should do the job.
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|