HWND hListView; case WM_INITDIALOG:
hListView=GetDlgItem(hDlg,LISTVIEW_ID); ListView_SetView(hListView,LV_VIEW_DETAILS); return ;