I have a trackbar with the %TBS_ENABLESELRANGE in it which does show the select range carets or up arrows but it does NOT set the highlight color. Or, maybe the highlight color is the same as the the unselected area. It it possible to set this highlisht color. Everything I googled on shows "just use %TBS_ENABLESELRANGE to get the selection to work. That is not the problem. I do have the REDRAW paramter set, too. And GetSelSel shows the range is set.
Has anyone seen this and/or know the answer?
(A program test with just a Trackbar is fine in the selection area, so it is not my Windows highlight color.)
The trackbar statement:
This is on a Tab page. That is the only difference from one that works and this one.
Has anyone seen this and/or know the answer?
(A program test with just a Trackbar is fine in the selection area, so it is not my Windows highlight color.)
The trackbar statement:
Code:
CONTROL ADD "msctls_trackbar32",hTab2, %tb_Tab2ProgressTracker,"",2,75,167,14, _ %WS_CHILD OR %WS_VISIBLE OR %TBS_HORZ OR %TBS_BOTTOM OR _ %TBS_AUTOTICKS OR %TBS_ENABLESELRANGE OR %TBS_TOOLTIPS
Comment