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