Skip to main content

[archive] IE Security Settings

  • March 10, 2009
  • 2 replies
  • 0 views

[Migrated content. Thread originally posted on 09 March 2009]

I was wondering if anyone had a COBOL program that would add an entry to the "Trusted Sites" for IE Internet Security settings. I see something that appears to do what I want in the link below, but was hoping someone had done something in COBOL and would be willing to share.

http://www.codenewsgroups.net/group/microsoft.public.vb.general.discussion/topic16899.aspx

Thanks,
Rob

2 replies

[Migrated content. Thread originally posted on 09 March 2009]

I was wondering if anyone had a COBOL program that would add an entry to the "Trusted Sites" for IE Internet Security settings. I see something that appears to do what I want in the link below, but was hoping someone had done something in COBOL and would be willing to share.

http://www.codenewsgroups.net/group/microsoft.public.vb.general.discussion/topic16899.aspx

Thanks,
Rob
Actually, I did one more search after I published this and it looks like you can write to the registry:

http://msdn.microsoft.com/en-us/library/ms537181(VS.85).aspx#registry

This seems the easiest. Perhaps someone else can benefit from this.

Rob

[Migrated content. Thread originally posted on 09 March 2009]

I was wondering if anyone had a COBOL program that would add an entry to the "Trusted Sites" for IE Internet Security settings. I see something that appears to do what I want in the link below, but was hoping someone had done something in COBOL and would be willing to share.

http://www.codenewsgroups.net/group/microsoft.public.vb.general.discussion/topic16899.aspx

Thanks,
Rob
Actually, I did one more search after I published this and it looks like you can write to the registry:

http://msdn.microsoft.com/en-us/library/ms537181(VS.85).aspx#registry

This seems the easiest. Perhaps someone else can benefit from this.

Rob