Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everyone....
i want to make a marquee progress-bar programmatically ,means the style of that progress bar should be marquee .

Is it possible in C# .net Desktop Application?

Thanks
Posted

1 solution

Hi,

You can apply style to your progress bar.
yourProgressbar.Style = ProgressBarStyle.Marquee;


Hope it works for you,
Thanks
 
Share this answer
 
Comments
krushna chandra jena 12-Oct-12 4:42am    
I know the marquee style but i want to implement that(Marquee)coding in my program ?
means i want to redefine the 'Marquee' style.
How can i do that?
AmitGajjar 12-Oct-12 4:46am    
what i understand is, you need to change the style of marquee. correct ? you can create some swf file and use in your c# application(See this) or you can create user control to change marquee style.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900