| ChrisRickard on Jul 30, 2008 at 7:47:34 PM (# 4) Yes, but it won't be easy. Well actually sending the click is easy enough, just send IE a WM_CLICK message, the trick is finding the HWND of the button in question, which isn't something anyone could answer without digging. Spy++ would really help you in finding it. CitizenKane on Jul 31, 2008 at 6:01:42 AM (# 5)ChrisRickard;
Thanks for the reply, I will get to work on it and see if I can determine the HWND of the button I want.
|