PLEASE HELP! - How do I change IE settings from my application?
-
Hi all, I'm stuck. Please help me. I'm would like to be able to change the Internet Explorer Security settings/options from my own C# application. Because my browser object seems to use the settings from Internet Explorer. Not sure if they can be separate or not (meaning for the browser object in my own application to have it's own setting)? Is doable? I've heard you do it through the registry, but all the info out there is very limited and I'm new to this. Please if you can give me a sample code at least to point me in the right direction. I would like to be able to specifically change the ActiveX setting Enable/Disable, and the JavaScript one. Thanks SO MUCH!
-
Hi all, I'm stuck. Please help me. I'm would like to be able to change the Internet Explorer Security settings/options from my own C# application. Because my browser object seems to use the settings from Internet Explorer. Not sure if they can be separate or not (meaning for the browser object in my own application to have it's own setting)? Is doable? I've heard you do it through the registry, but all the info out there is very limited and I'm new to this. Please if you can give me a sample code at least to point me in the right direction. I would like to be able to specifically change the ActiveX setting Enable/Disable, and the JavaScript one. Thanks SO MUCH!
These are set for all instances of IE. I don't know how to set them outside of IE, but I'd hope that it's hard. I mean, that's kind of nasty, don't you think ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Hi all, I'm stuck. Please help me. I'm would like to be able to change the Internet Explorer Security settings/options from my own C# application. Because my browser object seems to use the settings from Internet Explorer. Not sure if they can be separate or not (meaning for the browser object in my own application to have it's own setting)? Is doable? I've heard you do it through the registry, but all the info out there is very limited and I'm new to this. Please if you can give me a sample code at least to point me in the right direction. I would like to be able to specifically change the ActiveX setting Enable/Disable, and the JavaScript one. Thanks SO MUCH!
HI if got the solution please post it as i also tried but because of security issue i haven't any way to do that .............. i heard about Axtive X control can only do that ? Finally i have changed my solution and got the result in different way
Thanks and Regards Sandeep
-
Hi all, I'm stuck. Please help me. I'm would like to be able to change the Internet Explorer Security settings/options from my own C# application. Because my browser object seems to use the settings from Internet Explorer. Not sure if they can be separate or not (meaning for the browser object in my own application to have it's own setting)? Is doable? I've heard you do it through the registry, but all the info out there is very limited and I'm new to this. Please if you can give me a sample code at least to point me in the right direction. I would like to be able to specifically change the ActiveX setting Enable/Disable, and the JavaScript one. Thanks SO MUCH!
peshkunta wrote:
I would like to be able to specifically change the ActiveX setting Enable/Disable, and the JavaScript one.
You and every virus writer on the planet. This would represent a major security hole, and is not allowed from an embedded control.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
peshkunta wrote:
I would like to be able to specifically change the ActiveX setting Enable/Disable, and the JavaScript one.
You and every virus writer on the planet. This would represent a major security hole, and is not allowed from an embedded control.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before.Wow...that's such a simple thing and noone here know how to do it. All the security settings are in the registry, I don't see why it would be so hard for someone who knows. I think those webBrowser objects are useless if you can't change the settings of your own browswer object, from your own app. Come on guys that's ridiculous. Can a sound programmer please answer my question.
-
Wow...that's such a simple thing and noone here know how to do it. All the security settings are in the registry, I don't see why it would be so hard for someone who knows. I think those webBrowser objects are useless if you can't change the settings of your own browswer object, from your own app. Come on guys that's ridiculous. Can a sound programmer please answer my question.
peshkunta wrote:
Wow...that's such a simple thing and noone here know how to do it.
I think there are many people here who know how to do it.
peshkunta wrote:
All the security settings are in the registry, I don't see why it would be so hard for someone who knows.
Yes, that is easy, but access is restricted from the sandbox of an ActiveX control. For reasons that have been clearly explained to you.
peshkunta wrote:
I think those webBrowser objects are useless if you can't change the settings of your own browswer object, from your own app. Come on guys that's ridiculous.
No it isn't - And you know it!
peshkunta wrote:
Can a sound programmer please answer my question.
A sound programmer would refuse to answer such a question.