I am coding a media player in VC++ using pure Win32 API's. Everything is done so far. But for a seek bar currently I am using slider control. But the problem with slider control is that when a user clicks on the end of slider then the thumb of slider will jump only to the next tick. I want to make a seekbar like VLC, thus whenever a user clicks somewhere on the slider then it jump accurately. Do anyone can tell me how can I make a seekbar like VLC without using MFC, QT or other UI framework, I am just using pure Win32 API's.
Thanking you