That's probably impossible because of the internal implementation of the control. BUT! All you have to do is set the range the normal way, SetRange( 0, 100 ), and then say:
RealValue = 100 - MyCSliderCtrl.GetValue();
It is base on DialogBaseUnits. The buttons are sized in DialogBaseUnits, and the size in pixels is calculated using the MapDialogRect() function that converts from DialogBaseUnits to pixels depending on the font used.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
Blake Miller wrote: I think you got this backwards: :-O Whoops. Of course you're correct :doh:
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts your aim; Yours is the Earth and everything that's in it. Rudyard Kipling
Thanks very much for your speedy reply. It didn't seem to work at first, but a web search showed that it's not a project option but an option for the shortcut to msdev.exe . Where did you get this useful information?