Problem With Appearance of Controls in VS2005

J

joey.powell

This is going to sound REALLY simple....but...

I have tried in vain for a long time now to make this work.

I have a VS2005 (native) windows forms app with a form that contains a
tab control with several tab pages inside it. Unfortunately, it also
needs a trackbar control within one of the tab pages. Okay, here is the
problem...as far as I can tell, there is no way to make this all look
professional. The trackbar control will not allow for setting its
background color to transparent, and the tabstrip control has no
background color property at all. You can set the background colors of
the individual tab pages, but then it looks like crap, because it
doesn't match the containing tab control's background color. This whole
thing would be a lot easier if you could set the trackbar's background
to "Transparent", just like the tabpages and all of the other controls
within tab pages (it produces a "Property value is not valid" when
trying to do that). Any ideas on how to better handle this? Maybe they
will fix this in a future update to VS.
 

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