highlight a row in list box

  • Thread starter Thread starter wayne
  • Start date Start date
W

wayne

hi

may i know how can i hightlight a row in a list box using VC++??


thanks alot
wayne
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top