Greetings,
This is by design and one of the reasons why it's not really exposed by default (registry key
to turn on). Add-Ins are sandboxed so you can't really do much...
Depending on what you're doing you may want to use the Messenger Plus Scripting interface as
you can do anything you want on the computer, without restrictions.
--
Jonathan Kay
Microsoft MVP - Windows Live Messenger/MSN Messenger/Windows Messenger
Associate Expert
http://www.microsoft.com/windowsxp/expertzone/
Messenger Resources -
http://messenger.jonathankay.com
All posts unless otherwise specified are (c) 2007 Jonathan Kay.
You *must* contact me for redistribution rights.
--
"Matti-Koopa" <> wrote in message
news:B40600A9-AB1D-4902-81DB-...
>I started programming an WLM Add-In with VB.NET.
> The problem is, that it has no rights to do anything with the FileSystem of the Computer
> (That includes reading, check if a file exists, writing...).
> The same with the registry.
> And the settings reset after resatrt of WLM.
> It's because my Add-In is not 'trusted'. This never happens in a normal windows
> application.
> How to fix that?