I have a listview (lvVehicles) and when a line in the listview is selected (clicked) I change the forecolor of the text in the selected line.
When I initially load the listview my last line in the sub is: lvvehicles.selecteditem = lvVehilces.Listitems(1) ie select the first line.
BUT this does not let me start with a changed line of color. Is there anyway I can force a call to the Sub lvVehicles_Itemclick at the same time as I select the first line.
When I initially load the listview my last line in the sub is: lvvehicles.selecteditem = lvVehilces.Listitems(1) ie select the first line.
BUT this does not let me start with a changed line of color. Is there anyway I can force a call to the Sub lvVehicles_Itemclick at the same time as I select the first line.