highlight a row in list box

  • Thread starter Thread starter wayne
  • Start date Start date
wayne said:
may i know how can i hightlight a row in a list box using VC++??

Send it a LB_SETCURSEL message to select the row you want and a
LB_SETTOPINDEX to make sure that the row is visible.

Regards,
Will
 
Back
Top