Click here to Skip to main content
15,885,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I have an application written in C++ and in the code there is an instance of IE that is created, however I need that instance to be ran in protected mode or else the network doesn't see it as trusted.

Is there a way in C++ or a script that I can run to create an instance of IE in protected mode?

Thanks.

Mohammed
Posted

1 solution

this should be an example for your task:

http://msdn.microsoft.com/en-us/library/bb250462(v=vs.85).aspx#dse_stlip[^]

Your find the registry for this settings and change it before launching the IE...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900