Groups | Blog | Home
all groups > c# > september 2003 >

c# : progressbar and volume control as in Windows media player


manoj
9/15/2003 10:20:52 PM
hi,

could some one tell how to design progress bar, volume
control and other buttons as in windows media player. I
mean look and feel.

thank you,
Nicholas Paldino [.NET/C# MVP]
9/16/2003 10:53:04 AM
Manoj,

Doing this is not as simple as you might think. You will have to do a
lot of custom painting, as well as mouse tracking, etc, etc. You might want
to break down the separate components into sub projects, and work on them
one at a time. You could possibly use controls that exist already (slider
bar, buttons, etc, etc), but you will still have to do a good amount of
work.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- nicholas.paldino@exisconsulting.com

[quoted text, click to view]

AddThis Social Bookmark Button