I can select items in a ListView with a click or with the arrow keys using CListCtrl but I want the first item to be selected when the prog loads ....how do I accomlish this? I've tried SetFocus() and other functions but I have not gotten it to work.

Any ideas?