|
-
Jan 6th, 2008, 03:31 PM
#1
Thread Starter
Frenzied Member
-
Jan 6th, 2008, 03:40 PM
#2
Member
Re: PictureBox In SSTab
hmm i have tryed this many of time but i have no succsess im sorry mate but i dont think there is away mabye but im not sure!
-
Jan 6th, 2008, 04:30 PM
#3
Frenzied Member
Re: PictureBox In SSTab

Used TabStrip.
In one of Microsoft's Common Controls.
-
Jan 6th, 2008, 06:23 PM
#4
Thread Starter
Frenzied Member
-
Jan 6th, 2008, 08:08 PM
#5
Re: PictureBox In SSTab
There is a way to change the sstab backcolor that might interest you, subclassing, here is the Link to that post
-
Jan 7th, 2008, 05:32 AM
#6
Thread Starter
Frenzied Member
-
Jan 7th, 2008, 05:52 AM
#7
Re: PictureBox In SSTab
The other way would be to use a Frame control (with a null Caption) rather than a PictureBox, perhaps.
-
Jan 7th, 2008, 05:56 AM
#8
Re: PictureBox In SSTab
 Originally Posted by arpan_de
I used the TabStrip control in one Form but can't find out a way to add a picture to it. The Image textbox under the Tabs tab in the Properties dialog is greyed out. How did you add the picture mate?
The Image property of the Tabs is to set a small image on the tab itself and you'll need an ImageList for that. What have been used above is simply a PictureBox above the TabStrip, simular to how you're doing with the SSTab.
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
|