I\'m working on a WinForms Jukebox. I\'d like to have a vertical ProgressBar for the volume control.
Does anyone know how to do that?
You have to use the ProgressBarRenderer for that. It's documented in MSDN
The documentation actually shows implementation of a vertical ProgressBar, so it should make it easy for you. :-)