G
Guest
I'm creating a copy of IE using System.Diagnostics.Process and I can pass it
any URL at startup, but can't find a way to check what page is open, or to
send a new page.
I'm implementing this for html help, and only want to change the page if the
user has navigated away from the current target, otherwise I just want to
give the broswer focus again. I'm reluctant to use the help provider class
because it opens using the system default browser and our (client provided)
style sheets don't work in FF.
any URL at startup, but can't find a way to check what page is open, or to
send a new page.
I'm implementing this for html help, and only want to change the page if the
user has navigated away from the current target, otherwise I just want to
give the broswer focus again. I'm reluctant to use the help provider class
because it opens using the system default browser and our (client provided)
style sheets don't work in FF.