<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for Automating Internet Explorer to Find All Links on a Web Page</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/26574" title="Automating Internet Explorer to Find All Links on a Web Page" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/26574/feed" title="Comments for Automating Internet Explorer to Find All Links on a Web Page" />
<id>http://dn.codegear.com/article/26574</id>
<updated>2008-11-19T08:57:51-08:00</updated>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>stoner dawg</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33122</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33122</id>
<updated>2002-09-15T16:15:37-07:00</updated>
<published>2002-09-15T16:15:37-07:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>OK Now I know what the deal is. I'm using D6. leave out mshtml_tlb. add &quot;mshtml&quot; to the uses, it comes with D6.</content>
</entry>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>stoner dawg</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33121</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33121</id>
<updated>2002-09-15T15:47:39-07:00</updated>
<published>2002-09-15T15:47:39-07:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>nope this doesnt work. mshtml_tlb will not compile. loaded with errors. this info is too old. </content>
</entry>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=32421</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=32421</id>
<updated>2002-05-29T23:45:42-07:00</updated>
<published>2002-05-29T23:45:42-07:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>I import the MSHTML type library.But when I compile it.It failed. I use Delphi6.0</content>
</entry>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>bin zhou</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=32009</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=32009</id>
<updated>2002-04-11T01:41:33-07:00</updated>
<published>2002-04-11T01:41:33-07:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>Why use dom.links property?</content>
</entry>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>Frederic Marand</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=31007</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=31007</id>
<updated>2002-01-03T15:40:52-08:00</updated>
<published>2002-01-03T15:40:52-08:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>Apparently, this doesn't work with D6 + IE6 : the generated MSHTML_TLB.PAS doesn't compile.- hundreds of &quot;classname&quot; redefinitions (not a blocking problem for compiling)- hundreds of &quot;undeclared identifier&quot; problems occurring in the compilation of THTMLStyle properties. Properties carry this warning:&quot;Warning: The property backgroundRepeat has a setter and a getter whose types do not match. Delphi was unable to generate a property ofthis sort and so is using a Variant to set the property instead.&quot;, and code like this is generated:function  THTMLStyle.Get_backgroundRepeat: WideString;begin  Result := DefaultInterface.Get_backgroundRepeat;end;...but &quot;Get_backgroundRepeast&quot; is undefined to the compiler. This is blocking...</content>
</entry>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>halmo halmo</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=29222</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=29222</id>
<updated>2001-06-19T13:29:29-07:00</updated>
<published>2001-06-19T13:29:29-07:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>I tried this exampe under Delphi 5, but since the type library is so HUGE, Delphi became &quot;not responding&quot; and so far i haven't been able to even compile this example. So is there an alternative by which i can automate IE?</content>
</entry>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=28969</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=28969</id>
<updated>2001-05-18T05:53:07-07:00</updated>
<published>2001-05-18T05:53:07-07:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>I tried to run the example in Delphi 5 build 6.18 Update Pack 1, IE55 sp1 and it gives me an error when the navigate method is called.  The error is &quot;Invalid variant Operation&quot; and comes from the function TServerEventDispatch.Invoke(DispID: Integer; const IID: TGUID;</content>
</entry>
<entry>
<title>Automating Internet Explorer to Find All Links on a Web Page</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=28702</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=28702</id>
<updated>2001-04-20T21:03:12-07:00</updated>
<published>2001-04-20T21:03:12-07:00</published>
<summary>Automating Internet Explorer to Find All Links on a Web Page</summary>
<content>So, am I to assume that this will only work with Delphi 5 ?</content>
</entry>
</feed>
