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

Search:

Type: Posts; User: satishkukunuru

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,612

    Re: Problem in Adding URL in Trusted Zone

    #include "windows.h"
    #include "stdafx.h"
    #include "urlmon.h"
    #using <mscorlib.dll>
    #include <atldef.h>
    #include <atlconv.h>
    using namespace System;
    using namespace...
  2. Replies
    3
    Views
    2,612

    Re: Problem in Adding URL in Trusted Zone

    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.Runtime.InteropServices;

    namespace SetSecurityZone
    {
    public class Program
    {
    static void...
  3. Replies
    3
    Views
    2,612

    Problem in Adding URL in Trusted Zone

    Hi,

    I am trying to run code from the follwoing link to add an url in trusted security zones.

    http://www.codeguru.com/forum/showthread.php?t=368335
    Code given by CorithMalin

    here in visual...
  4. Programmatically adding sites to the "Trusted" Zone in IE

    Hi,

    I am trying to run code from the follwoing link to add an url in trusted security zones.

    http://www.codeguru.com/forum/showthread.php?t=368335
    Code given by CorithMalin

    here in visual...
  5. Re: Programmatically adding sites to the "Trusted" Zone in IE

    Thanks for ur response siddharth...

    I am new to Visual Studio. Can you give brief introduction like..what type of proj i have to create to run this code successfully...

    what changes I have to...
  6. Re: Programmatically adding sites to the "Trusted" Zone in IE

    I am trying to run the code in Visual Studio.

    but the following error is coming

    Error 1 fatal error C1190: managed targeted code requires a '/clr' option

    at line number 7.....

    At line...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured