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