Hi,
i'd like to get the links from a web page (in internet explorer) and send
them to my program in order to parse and write them in a file.
How can i do this?Could anyone help me ?
Thanks.
P.S.
I'm using C# in Visual Studio 2003.
Sunny - 14 Oct 2004 00:58 GMT
Try using mshtml and IHTMLDocument2 interface. There is interop assembly
with the SDK.
Sunny
> Hi,
> i'd like to get the links from a web page (in internet explorer) and send
[quoted text clipped - 4 lines]
> P.S.
> I'm using C# in Visual Studio 2003.