C++ Builder: C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 Delphi: D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 Kylix: K1 K3
The IESniffer monitors all running instances of Internet Explorer (or just some certain browser window(s)), sniffs the URL address from address line and gives an access to all their properties, methods and events (without implementing/installing ANY Browser Helper Objects). The IESniffer allows:
- list the URLs which currently are available in the address lines of each browser window, and to be notified when the address changes
- detect when new Internet Explorer window appears and when user close the window
- hook each event of the Internet Explorer, modify its properties and call their methods, just like you are using usual TWebBrowser component
- retrieve and modify the content of each page
- automatically fill the web forms etc
Related Information - RECORD IE ACTIVITIES (2003-12-01 06:58:47)hi,
the best i know is iesniffer
http://www.delphipages.com/result.cfm?SR=iesniffer&AO=and&RequestTimeout=500
Regards
BaraoZemo
ps,...
- APP TO BLOCK ORKUT.COM AND MSN MESSENGER! (2006-02-18 13:49:20)Create a service that kills a process.
1. MSN Messenger.
if the caption of the window is MSN Messenger.
KillProcess(FindWindow('MSN...
- MONITORING IE (2006-04-27 08:40:50)hi,
this component exist and is commercial..
look for "IESniffer"
http://www.appcontrols.com/components.html
Regards
BaraoZemo...
- HOW TO DETECT IE EVENTS? (2006-10-29 12:23:53)Thank you, looks very useful component.
Is there a way to do that with my codes? (free)
here is my code taken from a post on here and modified...
- HOW TO FILL FORM? (2007-09-14 10:47:03)There is a Component called IESniffer by UtilMind Solutions that could do what you want.
I have tried it and it works for filling out Forms...
|
Categories
Latest Forum Entries
|