0 pts.
 VB.Net and Internet Explorer
Hi, im a vb.net developer...or well i try. Please i need help on this one...big time. Im just gonne get straight to the point, I need in a seporate app. to monitor or run a loop ( i know to do the loop and check with a timer) and check if a session of Internet explorer has been opened, this is fine using the "User32" lib, the problem is i need to display the content of the html docment of that specific instance of iE in the seporate app or even in a message box, even if the html is not accessable then just the url will do. How do i get this right, i know how to check for a session of IE that has just been opened, using the "User32 lib" i call GetClassName and it will return the class name as a string, i want to work with the actual instance of that ie session then i could Ctype(theinstaceObj, SHDocVw.InternetExplorer).document kind of idea. See i can pick up that ie has been opened, i just dont know how to access the html inside it.. please help this seems so simple but is way more hectic than i expected. Thanks, AzaX

Software/Hardware used:
ASKED: November 12, 2004  3:28 AM
UPDATED: November 12, 2004  8:10 AM

Answer Wiki:
Does your app put some kind of page view information into session? If not, in c# I'd try something like: this.Page.GetPostBackClientHyperlink(); Not certain what you're after, hth ...
Last Wiki Answer Submitted:  November 12, 2004  8:10 am  by  Timallard   0 pts.
All Answer Wiki Contributors:  Timallard   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _