Visual Studio Development Bookmark and Share   
 index > Visual Basic Express Edition > Continous ProgressBar
 

Continous ProgressBar

Hello,

Please take a look at the 4th or 5th reply I made, which was marked as answer, in this thread.
My intent was for Form1 to have a continuous progressbar, and the other form to display as blocks.
They both display as blocks no matter what I've tried.

I suspect that this might have something to do with the applications VisualStyles property.
VB does not let me check it or modify it.  The compiler generates that code for you.....I think.
It creates a Main method for you automatically.

Thanks.  
Rudy


Mark the best replies as answers. "Fooling computers since 1971."
Rudedog2  Wednesday, October 14, 2009 8:37 PM
On Vista Business - by default my progressbars display as continuous - I can't get them to display blocks.

Disabling Visual Styles on the Project Properties page allows the style selection to work but obviously the app loses its visual appearance.

  • Marked As Answer byRudedog2 Wednesday, October 14, 2009 9:43 PM
  •  
Dave299  Wednesday, October 14, 2009 9:36 PM
to see a difference you will need to either:

1) test with blocks and marquee
or
2) turn styles off (application properties)

as "continuous" only works without styles enabled and marquee  only when they are
  • Marked As Answer byRudedog2 Wednesday, October 14, 2009 9:43 PM
  •  
jgalley  Wednesday, October 14, 2009 9:39 PM
On Vista Business - by default my progressbars display as continuous - I can't get them to display blocks.

Disabling Visual Styles on the Project Properties page allows the style selection to work but obviously the app loses its visual appearance.

  • Marked As Answer byRudedog2 Wednesday, October 14, 2009 9:43 PM
  •  
Dave299  Wednesday, October 14, 2009 9:36 PM
to see a difference you will need to either:

1) test with blocks and marquee
or
2) turn styles off (application properties)

as "continuous" only works without styles enabled and marquee  only when they are
  • Marked As Answer byRudedog2 Wednesday, October 14, 2009 9:43 PM
  •  
jgalley  Wednesday, October 14, 2009 9:39 PM

You can use google to search for other answers

Custom Search

More Threads

• Migrating VBA (Excel) Code to VB Express
• naive question on datagrid and datagridview
• Crystal report
• Multiple check boxes in a listview
• show specific properties on property grid
• Taking Values from another form to Table layout panel ("How?")
• Drawing Curve
• Dragging a small PictureBox onto a larger PictureBox ?
• Collection Manager Starter Kit
• Reading Massive Text Files