brittanyfoo Guest
|
Posted: Tue Dec 07, 2004 2:38 am Post subject: How to capture CLICK event on the webbrowser control |
|
|
Hi, all!
i am crying about:
i put a webbrowser control on the form,
Form1.WebBrowser1.Navigate('C:test.htm');
i want to CLICK a img on the file, then doing something next.
Could someone give me some guides about how to capture CLICK event on
the webbrowser control?
After import mshtml.tlb in Delphi7,
i found many components are added to ActiveX Component palette page,
such as HTMLImg, HTMLFormElement ... etc.
What are they means? How can i use them?
BTW: i put a 'HTMLImg' to the form, and set the AutoConnect:=True,
when run, always alert: EOleSysError.
Thank you very much!
@_@ Brittany
|
|