Link to home
Start Free TrialLog in
Avatar of gammae
gammae

asked on

Webbrowser Control - Button coordinates


Hi,

I have a dialog that contain a webbrowser control. The html loaded in the control display a button (<input type=button id=mybutton>).

I can get the coordinate of the webbrowser control using GetWindowRect, however I can't figure any way to find the coordinate of the button.

Can anyone suggest a way to accomplish that?

Karl
ASKER CERTIFIED SOLUTION
Avatar of keyd
keyd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gammae
gammae

ASKER

Thanks a lot ofr the solution, I'll try to implement that in my project. The points were well deserved.

Karl