Messenger Add-In SDK Where?
Hi All,
Does anyone actually know where to download the Messenger Add-In SDK from.
All the links actually just end up at the documentation?
Rick
Hi All,
Does anyone actually know where to download the Messenger Add-In SDK from.
All the links actually just end up at the documentation?
Rick
To get a build of Messenger that supports add-ins, go here: http://www.ideas.live.com/programPage.aspx?versionId=0eccd94b-eb48-497c-8e60-c6313f7ebb73
Then you'll need to either install the SDK (coming soon), or set the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\AddInFeatureEnabled DWORD 1
And finally, you can follow these steps to create your own add-in in C# using Vistual Studio:
the assembly name to be the fully qualified name of the class that
implements IMessengerAddIn. In my case, I'd change this to
'SmartTalker.AddIn'.
you've created your add-in .dll, you can load it into Messenger by
going to Tools->Options and selecting the 'Add-in' page.
So AFAIK the SDK is included in the new messenger live
That is the place also on msdn
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnlive/html/messengeraddin_sdk.asp
And a video with the devs on it.