RE: Retrieving friendly name of contact who sends action
1. - I'd have a boolean, which I set to true at the beginning of the ParseCommand and before showing the notification, check if the boolean value is false and if it is you know it's running from the computer that sent the command.
2. - You need to use the Messenger API to do that, look at the Advanced Visual C++ 7 sample in the Plus! Plugins download.
3. - Again, this can be easily achieved using the Messenger API, there is a function to open a new conversation with someone.
|