What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Using Messenger Plus plugin thru a program

Using Messenger Plus plugin thru a program
Author: Message:
pap
New Member
*


Posts: 2
Joined: Oct 2004
O.P. Huh?  Using Messenger Plus plugin thru a program
Hi,

I am writing a simple vb program that gets incoming message from messenger 6 or above and reply to the same.

I ahve done mesage receiving using the messenger api but unable to send a message to the particular contact. I did go thru the Messenger Plus auto responder that sends a message to the contact.

Is there anyway i can use that api in my program or any other messenger plus api to send my own message to the contact.

I am not actually looking for a auto responder. I want some thing that can wait for sometime and then reply to the corresponding user.

Awaiting a reply !!!!!!!
Thanks in advance!!
Regards
Pap
10-26-2004 08:46 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Using Messenger Plus plugin thru a program
If using Messenger Plus API (ReceiveNotify):
Fill the sTextToSend buffer.

If using Messenger API (OnIMReceived IIRC):
When you handle the receipt of a message, record which e-mail address this is from. Then, when you wish to send the reply, use the API to initiate a conversation with this person (if one exists, it will just find that). The focus will now be in the right place to use SendKeys or a similar method of 'typing' the text you wish to send.

Hope this helps.
[Image: spartaafk.png]
10-26-2004 12:03 PM
Profile PM Web Find Quote Report
pap
New Member
*


Posts: 2
Joined: Oct 2004
O.P. Grin  RE: Using Messenger Plus plugin thru a program
Hi,

I used the send keys method to send the text. Thank you very much. But is there any possibility to get a message from the window using a handle or some other method.

At present watI do is when i get a incoming message, I use the on IMWindow created method to close the window so that the onIMWindowdestroyed event is fired. From that event I get the message that the contact has entered..

Is that a good way or is there any other way to acheive the same.

Regards
Pap
10-27-2004 02:01 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Using Messenger Plus plugin thru a program
Browse the MSN Fanatic forums (and the site when it comes back online) for more information.
[Image: spartaafk.png]
10-27-2004 10:32 AM
Profile PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Using Messenger Plus plugin thru a program
quote:
Originally posted by raceprouk
If using Messenger API (OnIMReceived IIRC):
When you handle the receipt of a message, record which e-mail address this is from. Then, when you wish to send the reply, use the API to initiate a conversation with this person (if one exists, it will just find that). The focus will now be in the right place to use SendKeys or a similar method of 'typing' the text you wish to send.
that event doesn't exist any more...
10-27-2004 12:42 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Using Messenger Plus plugin thru a program
Hence the IIRC.
I also checked and forgot to let people know I found out I was wrong... :wall:
<tannoy>Sorry for the inconvenience this may cause.</tannoy>
[Image: spartaafk.png]
10-27-2004 06:28 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On