Hello all,

I'm curious if there is a way to iterate through the controls on a webpage. For instance, I tried EnumChildWindows using the parent window of the browser, but I haven't had any luck - it returns nothing. Does anyone have any suggestions where I can start researching how to find the child controls?

I'm using Visual Studio 2010, programming in C++.

Thanks!