Pro VB.NET 2002/2003For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
I am using a web control (Not SHDocVw) for web navigation and thats working
fine using vb.net. Although I can capture a document complete event, I need
to detect whether embedded scripts have executed.
I am a bit of a novice, but it does look like it shoud be possible to use
mshtml.dll (Our web control does use this dll for rendering and script
execution).
Can anyone point me in the right direction, sample code would be nice.