java - Class name of Program Manager -
i want hwnd of program manager. using findwindow hwnd of window can found. have searched in internet, couldn't find class name.
hwnd hwndprogman = user32extra.instance.findwindowex(user32.instance.getdesktopwindow(), null, classname, "program manager"); what class name of program manager(windows 7)?
the window class of program manager window "progman". information can obtained readily using tool such spy++.
Comments
Post a Comment