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

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -