Trackbar on ToolStrip looks funny

M

Martijn Mulder

Hello,

I created a System.Windows.Forms.ToolStrip with some buttons on it. The
buttons blend in with the appearance of the ToolStrip. But when I add a
System.Windows.Forms.Trackbar-control to the ToolStrip, it stands out gray
and flat. How can I change this behavior?

Also, how do I set the ToolTip of the Trackbar?

Thank you
 
F

Family Tree Mike

Martijn said:
Hello,

I created a System.Windows.Forms.ToolStrip with some buttons on it. The
buttons blend in with the appearance of the ToolStrip. But when I add a
System.Windows.Forms.Trackbar-control to the ToolStrip, it stands out gray
and flat. How can I change this behavior?

Also, how do I set the ToolTip of the Trackbar?

Thank you

I'll answer the easy question, the second one. Did you add a ToolTip
control to your form? That should give you a "Tooltip on ToolTip1"
property on your controls.

To your first question, how did you add a trackbar to a toolstrip? I
cannot see how to do that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top