I have to get the handle to a subwindow of an open Word document let say the textbox properties window.
I found how to do it but couldn't get the handle (i get allways zero)
I can only get the handle to he parent word document OpusApp.
The code
'I know i have the correct 10.0 version
- Code: Select all
Hendel = FindWIndowEx(0,0,"bosa_sdm_Microsoft Word 10.0","")
Should i use an other API, to look for the submenu class or am i doing something wrong.
Allso i don't want to use the caption window title to look for the window, i want to use the class because i wan to test if any subwindow is open.


