Cant get Style.Continuous to work with ToolStripProgressbar

J

Johan

Hi!

I cant get the ToolStripProgressbar property "Style.Continuous" to work in
my Windows form application. The progress bar still have the default look(blocks)
when i run it.

Is there any thing more you have to do to get it to work?
Regards
/Johan
 
M

Marc Gravell

If you have theming enabled [Application.EnableVisualStyles();] then
it is drawn by the theming service, which likes blocks.

That said... if you just want a simple progress rectangle, that is
pehaps very achievable by overriding OnPaint?

Marc
 

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