how list handles of children , windows of process using pid?
for example, need handles of hidden windows, minimized windows, buttons, text boxes, group boxes, tab controls etc (basically everything). have pid of process begin with.
thanks!
resolved googling skills :)
- used enumwindows enumerate top level windows
- passed window handles getwindowthreadprocessid obtain owner process id
- compared pid process under examination
- used enumchildwindows if pid matched
- added sendmessage obtain text , getclassname display class
thanks everyone!
Comments
Post a Comment