Msn Development
Add in
Question:
Hi I making a Add in for Windows Live Messenger
and I using Registry to read data but when it start it shows
this !
Application attempted to perform an operation not allowed by the security policy.to grant this application the required permission,...........
Please help to solve this
Rajanth
Answer1:
My understanding of the current security model is that no registry access will be permitted without user approval.
Gone are the days when one could run web code freely on a client machine. The malware authors have seen to it that now we all must suffer through incessant security prompts to get any real work done any more.
Search for more information on instantiating the WScript.Shell as a new ActiveXObject and using this object to access the registry.
-Noel
Answer2:
First I want to Thank you ,Thank you very much.I'm making this to give to other one .But I don't know about this WScript.Shell............. .If you can please give a example

Rajanth