Replied: Mon, 26 Aug 2002 16:54:26 -0500 Replied: "Minjun Wang" Return-Path: minwang@indiana.edu Delivery-Date: Mon Aug 26 16:42:01 2002 Return-Path: Received: from plounts.uits.indiana.edu (plounts.uits.indiana.edu [129.79.1.73]) by grids.ucs.indiana.edu (8.10.2+Sun/8.10.2) with ESMTP id g7QLg1m13554 for ; Mon, 26 Aug 2002 16:42:01 -0500 (EST) Received: from stjoseph.uits.indiana.edu (stjoseph.uits.indiana.edu [129.79.1.78]) by plounts.uits.indiana.edu (8.12.1/8.12.1/IUPO) with ESMTP id g7QLj9qj004236 for ; Mon, 26 Aug 2002 16:45:09 -0500 (EST) Received: from HIMALAYA (himalaya.ucs.indiana.edu [156.56.104.22]) by stjoseph.uits.indiana.edu (8.12.1/8.12.1/IUPO) with SMTP id g7QLjA6I013555 for ; Mon, 26 Aug 2002 16:45:10 -0500 (EST) Message-ID: <000801c24d49$c5842b80$1668389c@HIMALAYA> From: "Minjun Wang" To: "Geoffrey Fox" Subject: About my project Date: Mon, 26 Aug 2002 16:44:36 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C24D1F.DC98C6C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Length: 2938 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C24D1F.DC98C6C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I succeeded! This time we can use IE directly and listen for its events, and show the = captured url in the console display. First I found a sample code in C# about Browser, then I got an idea and = futher found the microsoft's Stock implementation shdocvw.dll, then I = knew that I could start the IE using "new SHDocVw.InternetExplorer()", = got the DWebBrowserEvents2 Interface and the IWebBrowser2 Interface = which contain different events, methods and properties. By using C# things become more naturally to use Microsoft's ware. C# = handles events and handlers more elegantly. In C#, we can use things = like "using SHDocVw". its syntax is very much like Java, and it has the = power of handling automation. I'll learn and master it soon. I can show you the project whenever you are free. Thanks=20 Minjun=20 =20 ------=_NextPart_000_0005_01C24D1F.DC98C6C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I succeeded!
 
This time we can use IE directly and listen for = its=20 events, and show the captured url in the console display.
 
First I found a sample code in C# = about Browser, then=20 I got an idea and futher found the microsoft's Stock=20 implementation shdocvw.dll, then I knew that I = could start=20 the IE using "new SHDocVw.InternetExplorer()",  got the=20 DWebBrowserEvents2 Interface and the = IWebBrowser2=20 Interface which contain different events, methods and = properties.
 
By using C# things become more naturally = to use=20 Microsoft's ware. C# handles events and handlers more = elegantly. In=20 C#, we can use things like "using SHDocVw". its syntax is very = much=20 like Java, and it has the power of handling automation.
 
I'll  learn and master it = soon.
 
I can show you the project whenever you are=20 free.
 
Thanks
 
Minjun
  
------=_NextPart_000_0005_01C24D1F.DC98C6C0--