How to let progress bar load at a full solid bar instead of loading in a block bar manner for C# ???????????????????????? I had try change the style from block to continuous but still it is loading in block. What can i do ????????
Moved byPiyush - MSFTMSFTSaturday, September 26, 2009 6:17 AMwinforms question (From:Windows Communication Foundation)
Heri Tony Friday, September 25, 2009 2:44 AM
You don't have visual styles enabled. Make sure your Program.cs source code file resembles this:
that should work. if you change other property ( form.text) it changes at the runtime?... if now.. click show all files in solution explorer and delete the obj\debug folder .. after this try to run...
Lucifer L. Saturday, September 26, 2009 7:45 PM
the 'Clean Solution' button?
Natural_D Sunday, September 27, 2009 3:02 PM
You don't have visual styles enabled. Make sure your Program.cs source code file resembles this: