From: B.S on
i am trying to get child window of "Progman" class but it is giving me
an error "Invalid handle window"

i am using for this

hwnd=FindWindow("Progman",0);
hwnd=GetWindow(hwnd,GW_CHILD);

it is finding window but it isn't returning child window.


this funqtion worked very good on my old OS windows XP now i have
Windows 7. All programs compiled on XP workes grite but compiled on
Windows 7 doesn't

please help