﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Automating Internet Explorer to Find All Links on a Web Page]]></description>
    <title><![CDATA[Comments for Automating Internet Explorer to Find All Links on a Web Page]]></title>
    <link>http://dn.codegear.com/article/26574</link>
    <!-- source: http://dn.codegear.com/article/26574/feed-->
    <dc:date>2008-10-07T17:13:49-07:00</dc:date>
    <item>
      <description><![CDATA[OK Now I know what the deal is. I'm using D6. leave out mshtml_tlb. add "mshtml" to the uses, it comes with D6.]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (stoner dawg)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33122</guid>
      <dc:date>2002-09-15T16:15:37-07:00</dc:date>
      <pubDate>2002-09-15T16:15:37-07:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <item>
      <description><![CDATA[nope this doesnt work. mshtml_tlb will not compile. loaded with errors. this info is too old. ]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (stoner dawg)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33121</guid>
      <dc:date>2002-09-15T15:47:39-07:00</dc:date>
      <pubDate>2002-09-15T15:47:39-07:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <item>
      <description><![CDATA[I import the MSHTML type library.But when I compile it.It failed. I use Delphi6.0]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32421</guid>
      <dc:date>2002-05-29T23:45:42-07:00</dc:date>
      <pubDate>2002-05-29T23:45:42-07:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <item>
      <description><![CDATA[Why use dom.links property?]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (bin zhou)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32009</guid>
      <dc:date>2002-04-11T01:41:33-07:00</dc:date>
      <pubDate>2002-04-11T01:41:33-07:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <item>
      <description><![CDATA[Apparently, this doesn't work with D6 + IE6 : the generated MSHTML_TLB.PAS doesn't compile.- hundreds of "classname" redefinitions (not a blocking problem for compiling)- hundreds of "undeclared identifier" problems occurring in the compilation of THTMLStyle properties. Properties carry this warning:"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.", and code like this is generated:function  THTMLStyle.Get_backgroundRepeat: WideString;begin  Result := DefaultInterface.Get_backgroundRepeat;end;...but "Get_backgroundRepeast" is undefined to the compiler. This is blocking...]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (Frederic Marand)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=31007</guid>
      <dc:date>2002-01-03T15:40:52-08:00</dc:date>
      <pubDate>2002-01-03T15:40:52-08:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <item>
      <description><![CDATA[I tried this exampe under Delphi 5, but since the type library is so HUGE, Delphi became "not responding" and so far i haven't been able to even compile this example. So is there an alternative by which i can automate IE?]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (halmo halmo)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=29222</guid>
      <dc:date>2001-06-19T13:29:29-07:00</dc:date>
      <pubDate>2001-06-19T13:29:29-07:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <item>
      <description><![CDATA[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 "Invalid variant Operation" and comes from the function TServerEventDispatch.Invoke(DispID: Integer; const IID: TGUID;]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=28969</guid>
      <dc:date>2001-05-18T05:53:07-07:00</dc:date>
      <pubDate>2001-05-18T05:53:07-07:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <item>
      <description><![CDATA[So, am I to assume that this will only work with Delphi 5 ?]]></description>
      <title><![CDATA[Automating Internet Explorer to Find All Links on a Web Page]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=28702</guid>
      <dc:date>2001-04-20T21:03:12-07:00</dc:date>
      <pubDate>2001-04-20T21:03:12-07:00</pubDate>
      <source url="http://dn.codegear.com/article/26574/feed">Comments for Automating Internet Explorer to Find All Links on a Web Page</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>