|
-
Aug 22nd, 2002, 09:58 AM
#1
Thread Starter
Member
TabStip Control
Hi,
I was wondering if there are any tutorials out there that will help me with the TabStrip control, I am not exactly sure how to design onto this control?
Also is there a way to ad pictures to the tabs?
-
Aug 22nd, 2002, 10:00 AM
#2
use the sstab (tabbed dialog control) from the components menu.. much better than the tabstrip
-
Aug 22nd, 2002, 10:03 AM
#3
Fanatic Member
You have to use custom from the properties page to set the amount of tabs you want. Then you need to set the current tab also on the property page. THis will then be the tab you are working with. Dont forget to put it back when you have finished otherwise when you run, you may not start on the tab you expect.
Use it like any other container control.
Regards
Bill
-
Aug 22nd, 2002, 10:58 AM
#4
Thread Starter
Member
How do I see what tab I am working on? I do not see this in the properties window?
-
Aug 22nd, 2002, 10:59 AM
#5
are you using the tabstrip or tabbed dialog control?
-
Aug 22nd, 2002, 11:07 AM
#6
Thread Starter
Member
Whats the tabbed dialog control? I am pretty sure it is the tabstip control.
-
Aug 22nd, 2002, 11:18 AM
#7
well ill put it like this...
the tabstip (the one that you always see in the controls menu) is well kinda sucky because when you change the tabs nothign changes on the bottom (where you put all your controls) unless you code it too.. most people use frames and just change the zorder or visibility of the frames that are stacked on top of eachother... or you can use the tabbed dialog control which when you change tabs it actually changes the bottom so you can easily put your controls on each tab without adding code to change them..
you can find it by pressing ctrl + T in the IDE and selecting it from the list... I believe it is called the "Microsoft Tabbed Dialog Control"
-
Aug 22nd, 2002, 11:31 AM
#8
Software Eng.
But, remember you'd have to include the ocx in your project when you distribute it.
-
Aug 22nd, 2002, 11:32 AM
#9
Originally posted by Megatron
But, remember you'd have to include the ocx in your project when you distribute it.
true... but well worth it i say
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
|