B
Brent Hoskisson
I can't figure out what I'm missing here. I set up a list
view control. As I load the form, I select one of the
items in the list view control:
lvwPrograms.Items(0).Selected = True
Everything is handled properly except that the item did
not highlight in the listview control. Do I need to
programatically highlight the item? If so how do I do
this?
Thanks
Brent
view control. As I load the form, I select one of the
items in the list view control:
lvwPrograms.Items(0).Selected = True
Everything is handled properly except that the item did
not highlight in the listview control. Do I need to
programatically highlight the item? If so how do I do
this?
Thanks
Brent