I'am trying to get a list box item to highlight and set a parameter when selected and deselect when a a diffrent parameter is selected. Dose anybody know how to deselect the item when a certain parameter is set?
Try to send a LB_SETSEL message to the HWND of the list if you are in a SDK program, or the methods SetSel or SetCurSel if you are in a MFC program and your list is a CListBox.
s-)
Blessed is he who in the name of justice and good will, shepards the week through the valley of darkness...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.