View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default make selected item highlighted in listview

Hi RBS:

I'm not real familiar with ListView controls, but can you use the SetFocus
method?

Regards,

Vasant

"RB Smissaert" wrote in message
...
How do I highlight (that is the item is dark blue) a listview item in

code?
I need this to happen after messagebox gets displayed in the listview
mouseup event.
The item was highlighted before the mouseup event, but after the

messagebox
it will
be still selected but in pale grey.
Thanks for any advice.

RBS