Hello, first post here.
I am beginning with c# and I am writing a media player using the Irrklang audio engine. All is going well there.
I am now looking to improve the interface and would like to change the sliders from basic Windows Forms style into dials and knobs that resemble those found on a HiFi amplifier.
Would I need to write my own code to control animation of images or can I just change the look of the slider?
Thanks for any advice in advance.