Hi everyone..
I have a task to implement an addin for msn. I only wanted to know that whether Messenger Plus is implemented by using Microsoft SDK for MSN available from their site or it is implemented through Windows APIs.
Microsoft SDK has certain limitaions. Addin built using this SDK can only run on Windows XP and one addin can only run in case of more than one addins.
I'll be grateful if you can help me as early as possible.
Well I want to check whether user has signed in or not, Iwant also to let user to send user emails through Msn Messenger.
And one thing more I also want to know how Patchou would have solved to run Messenger Plus on MSN Messenger 7.0 Beta version.
Both features you want can be achieved with window subclassing, and by using the Messenger API
Google them
And for msn programming, you might find this site interresting: http://www.msnfanatic.com/
quote:Originally posted by Immad
And one thing more I also want to know how Patchou would have solved to run Messenger Plus on MSN Messenger 7.0 Beta version.
i would also want to know this... as messenger changes its windows procedure (why does it want to do this) with the new messenger beta.
using messenger api. to check if the user is online you could use the getcontact function..
sending a email through messenger could be easily done via a msgplus plugin
Thanks..
Anyways one of the problems I am also facing is that my menus are not working with MSN 7.0 beta. I problem behind this what I think is that MSN 7.0 beta has some other class other than MSBLWindowClass which can be extracted from the msn window that appears on the screen.
If any one has some solution to that, his help will be appreciated.