Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i want to change the slider style in win32 .
i got many article on mfc but i want in win32.
Posted

You need to change controls style for a TRACKBAR or any other control.

Here are the styles: http://msdn.microsoft.com/en-us/library/windows/desktop/bb760147%28v=vs.85%29.aspx[^].

See this description on how to modify the style: http://www.thescarms.com/vbasic/OwnerDrawn.[^].

—SA
 
Share this answer
 
Comments
pranav_30 15-Jan-12 23:41pm    
hi thanks for reply......
I want to change the look of slider (changing the color style of thumb etc)
Hi,

While creating the slider control, please specify among one of the following styles.

TBS_HORZ
TBS_VERT
TBS_AUTOTICKS

etc..


Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900