CSliderCtrl question
-
Hi, I am using a slide control in a dialog and I used Visual studio to create it and place the slider on it. When I want to add the tick marks, I have a problem. I must use the Create function for that with the "TBS_AUTOTICKS" flag, but the problem is that I can't use the Create function since Visual Studio already did it for me using the macros. Any way to set this flag or override the Create function macro ? Shay
-
Hi, I am using a slide control in a dialog and I used Visual studio to create it and place the slider on it. When I want to add the tick marks, I have a problem. I must use the Create function for that with the "TBS_AUTOTICKS" flag, but the problem is that I can't use the Create function since Visual Studio already did it for me using the macros. Any way to set this flag or override the Create function macro ? Shay
Just check the "Auto ticks" checkbox in the resource editor.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
Just check the "Auto ticks" checkbox in the resource editor.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
Why couldn't I think about it before :) BTW, I am using VS 2003 and it also need the Tick Marks property checked. Thanks !