Reputation: 6490
I am writing an application which adds configured url to the trusted site settings in Internet explorer. I am writing an Win32 application, so i can't use interop services. Can anyone please help to sort this issue? Thanks in advance.
Best Regards, Rajesh
Upvotes: 0
Views: 425
Reputation: 11011
You have to use Internet Security Manager Object over COM.
Upvotes: 3