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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -