Hi Dave,
Unfortunately, there is no directly way to interact directly with IE in
.NET.
Have you looked handling DWebBrowserEvents2::BeforeNavigate2 event?
And you still could use DDE functions by P/Invoke Win32 APIs in .NET,
You may search "Platform Invoke Tutorial" in MSDN library to see how to
call Win32 API in .NET. You may also check www.pinvoke.net to get the
P/invoke definition for these APIs.
If you have any problems on this issue, please feel free to reply this
thread.
Thanks!
Best regards,
Ying-Shen Yu [MSFT]
Microsoft Community Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.
Dave Gustafson - 15 Jun 2004 15:34 GMT
Thank you, the old DDE method will work for me. I mainly needed to confirm whether or not there is a more current / preferred method. I'll also look into whether handling the event might work, but expect that would be a somewhat more involved solution.
Best,
Dave
> Hi Dave,
>
[quoted text clipped - 18 lines]
> This mail should not be replied directly, please remove the word "online"
> before sending mail.