Reverse TrackBar Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

By default the trackbar control uses down equal to right and up equal to
left. I want to make down equal to left and up equal to right.

I know that I can behave that, importing SetWindowsLong from user32.dll and
set the "TBS_DOWNISLEFT" style, but I'm searching for other way without using
Win32.

Thank u
KalliMan
 
Back
Top