Windows Develop Bookmark and Share   
 index > Windows Forms General > Progress Bar Pro Questions
 

Progress Bar Pro Questions

How to let progress bar load at a full solid bar instead of loading in a block bar manner for C# ????????????????????????
  • Moved byPiyush - MSFTMSFTFriday, September 25, 2009 5:22 AMWindows Forms question (From:Windows Communication Foundation)
  •  
Heri Tony  Wednesday, September 23, 2009 8:58 AM
You'll need to enable visual styles in your program. That's invariably done with Application.EnableVisualStyles() in the Main() method (Program.cs).

Hans Passant.
nobugz  Tuesday, September 29, 2009 12:23 PM
Change the Style property from Block to Continuous.


Wole Ogunremi  Wednesday, September 23, 2009 9:40 AM
Try long long time ago , but still load in blocks .
Heri Tony  Thursday, September 24, 2009 1:30 AM

Change the style to ProgressBarStyle.Marquee.

Marquee style doesn’t support all platforms. Please refer the following link.

ProgressBarStyle Enumeration

http://msdn.microsoft.com/en-us/library/system.windows.forms.progressbarstyle.aspx

Best regards,

Ling Wang

Ling Wang  Tuesday, September 29, 2009 9:01 AM
You'll need to enable visual styles in your program. That's invariably done with Application.EnableVisualStyles() in the Main() method (Program.cs).

Hans Passant.
nobugz  Tuesday, September 29, 2009 12:23 PM

You can use google to search for other answers

Custom Search

More Threads

• Custom controls...how to get them to appear in toolbox
• listview
• Problem with auto resized comb box and disapperd scroll bar.
• selcting tabs on forms using radio buttons
• No-Touch Deployment Issues
• How to enable word wrap (or setup margin) while printing a text file
• Progress bar for File transfer with Background worker - help please?
• TreeViewNode OnDraw
• ListView Not accepting scroll messages
• "Error creating window handle"