Click to See Complete Forum and Search --> : Slider Control


veesub
May 21st, 1999, 07:45 AM
Hi all,
This is my problem. I'm using slider control in a propertypage. I want the apply button to be enabled when the slider control is changed.There is no notification for this. I tried several ways but didn't work. How can I implement this?Anyone knows how to do this? Please inform me.

thanks
bye

July 1st, 1999, 01:05 PM
Set the WM_HSCROLL or WM_VSCROLL message. Whenever you click on the slider thumb or use the keyboard arrows or page buttons the OnHScroll or OnVScroll function is called. This is where you would activate the apply button.