CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Internet Explorer Security Settings

    I need to change the security settings for the Local Intranet Zone in IE 5.5 programatically.
    Does anyone have an idea on what registry keys need to be changed? Or an other way to do this?
    The only settings I need to change are the ones concerning ActiveX controls. If anyone has any
    ideas or information on this please let me know.
    Thanks in advance!!!


    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Internet Explorer Security Settings

    I was working on this problem before and could not find a way to do it. However, I think the IE SDK should have something on this (never had a chance to test it out as the project was put on hold).

    Another way is to look at the registry keys for the IE security and update it from there

    -Cool Bizs

    Good Luck,
    -Cool Bizs

  3. #3
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: Internet Explorer Security Settings

    Do you know which keys in the registry deal with these settings? Or where I could find
    a list of them?

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  4. #4
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Internet Explorer Security Settings

    The only registry key that I think is related to the Security Tab is HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\Internet Settings. Again, I think IE SDK should be the way to go

    -Cool Bizs

    Good Luck,
    -Cool Bizs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured