CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: CorithMalin

Search: Search took 0.02 seconds.

  1. Re: Programmatically adding sites to the "Trusted" Zone in IE

    Just wanted to give the full working code. The problem was that I did not call CoInitialize(NULL); in the program. Here is the complete working code:


    #include "windows.h"
    #include "stdafx.h"...
  2. Re: Programmatically adding sites to the "Trusted" Zone in IE

    That is so cool. I knew it had to be something simple. Thanks Kirants!
  3. Programmatically adding sites to the "Trusted" Zone in IE

    Alright, I have a working version in C# .NET, but not all my clients will have the .NET runtime installed, so instead we've decided we need to port it to C++.

    Objectives of the Application:
    The...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured