I have a Windows Forms application in which I use the WebBrowser control. Everything works great, except for one thing. If you have IE setup to disable Active Scripting in the Internet Zone, it disables Active Scripting in my application as well. It happens
the same way in Windows 2000 with IE6 as well as XP SP2 with IE7. And it doesn't make sense to me because all of the files we're dealing with are local to the computer.
Is there a way I can add my application to the trusted zone or intranet zone, or even the invisible 'My Computer' zone?
Thanks in advance,
Steve
-
-
I'd personally look into IInternetSecurityManager Interface.
@ msdn:
http://msdn.microsoft.com/workshop/security/szone/reference/ifaces/iinternetsecuritymanager/iinternetsecuritymanager.asp
Specifically, I think SetSecuritySite will help.
I needed to make a browser that did not use javascript or active x...
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.