-
Here's basicly what I want to do.
I have a list box, and when I delete an item from the list box, it automaticly set focus to the first item in the list. But I want it to set focus to say item N. how would I get it to do this. I think I may need to use SendMessage API and send the keystrokes for the Down arrow N times. But not too sure. Plz help
-
Check out the ListIndex property of the Listbox Control.
-
WHOAA
I thought that that property was read-only. The things you learn. Thanx heaps.
:eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek:
-
Or the Selected property.