|
-
Jan 30th, 2000, 12:32 PM
#1
Thread Starter
Member
Hey EveryBody:
I am debugging somebody's else program. He has 3 tabs in the tabstrip control. and there is a picture and combo boxes controls in the second tab and there is some regular controls in the third tab.
I want to know how to bring the second tab to the front while I am in the design mode.
Also How can I populate the combe box on the second tab with code, How Can I reference the controls on the second tab in the code.
-
Jan 30th, 2000, 05:19 PM
#2
Frenzied Member
You should be able to just click on the tab in design mode - failing that change the Tab property of the control.
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
-
Jan 30th, 2000, 10:57 PM
#3
Addicted Member
Remember: the tabstrip control is NOT a container, so all controls on either of its tab are NOT really place on the tabs.. but on the forms, eventually on other containers (like frames and picture controls). The programmer might have drawn the controls in such an order that some controls are behind others (thus not seen in design mode). Try "send to back" some of the controls on the foreground, you might be able to see the other controls...
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
|