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
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