How can I programmatically set Windows Live Messenger (currently using 8.5.1302.1018) display picture. Possible solutions can be in C++, .NET or VB. Even just a hint could be useful.
|
|
|
|
|
|
|
The first resource to look at would be the MSN API: http://dev.live.com/messenger/ I think you will find the answer there. |
||||
|
|
|
There is an open source project called MSNP-Sharp that you should look at. You can use this to connect to MSN and set your profile picture. Here's an example of setting the image:
|
||
|
