Browser controls?

As you know, all windows, child windows, and controls (ie. edit boxes, buttons, etc.) are windows, therefore you can get a HWND handle on it.

What about browser controls? I used Window Hack as well as calling EnumChildWindows() myself, apparently the screen that displays the web page is just one big window. What about all the controls inside? (ie. buttons, text boxes, text areas, radio controls, etc.) Are they windows as well?

I pretty much need to get a handle on a browser control in any browser, whether it be Internet Explorer, Mozilla Firefox, Google Chrome, etc...
Why not just look at it with Spy++?
Topic archived. No new replies allowed.