|
-
Jun 6th, 2001, 01:32 PM
#1
Thread Starter
Hyperactive Member
Options Dialog?
When I insert an Options Dialog into my App, how can I switch between tabs during design mode?
Thanks
-Emo
-=VB6 Enterprise Edition=-
-=VC++6Enterprise Edition=-
«¤E³m°O²™¤»
-
Jun 6th, 2001, 02:00 PM
#2
Well ...
Which control is it? SSTab or the TabStrip control?
If it's the SSTab control, you can simply click on the tabs to switch between them. With the TabStrip control it's difficult.
.
-
Jun 6th, 2001, 02:04 PM
#3
Thread Starter
Hyperactive Member
Well...
It's TabStrip Control
If it's that difficult, then how am I supposed to desin it?
If somebody know how do it, then please tell me. If not, then I'll try something different!
-Emo
-=VB6 Enterprise Edition=-
-=VC++6Enterprise Edition=-
«¤E³m°O²™¤»
-
Jun 6th, 2001, 03:16 PM
#4
Frenzied Member
I've always used the SSTab. The other one (TabStrip) is weird.
~Peter

-
Jun 6th, 2001, 03:31 PM
#5
A tabstrip is not a container, so you cannot place objects inside of it. It is a real pain to use and you should use the SSTab. If you have to use the tabstrip then what you should do is create a frame for each tab and move the frame into the correct position when you click on the tab. So if you have 5 tabs, create 5 frames and then hide all of them. When the user switches tabs, hide all the previous frame and then show the correct frame in the correct position.
Hope this helps,
-
Jun 6th, 2001, 03:37 PM
#6
Well ...
The only feature that the TabStrip control has and the SSTab does not is the ability to use Ctrl+Tab to navigate through all the tabs at runtime.
If you wish to use the SSTab control, go to Project > Components and select the Microsoft Tabbed Dialog control and insert it in your options dialog box instead of the TabStrip control.
.
-
Jun 6th, 2001, 03:50 PM
#7
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
|