Keeping Selection on Listview when not in focus
I'm told there is a way to keep the selection in a listview higlighted even though the listview no longer has focus with API calls? How may I do this. If there is a easier way without using API's that would be appreciated as well. Situation: I have a listview were I select a row and then have to fill out text boxes with specific data for that specific selection. However, when the listview loses focus you do not see the selection anymore (even though it is still selected). This is just a cosmetic thing...but I'd like to fix it.
Thanks,
Keith