|
-
Sep 22nd, 2005, 12:05 PM
#1
Thread Starter
Fanatic Member
Msn...
Hey guys. I was wondering if it were possible to send text into a msn window by knowning a person's Email (or display name) and when they talk to you, what they say goes into a text box or list box. I've tried using the thing where you actually create a msn object, but all's i can manage to do is change my status or sign in and out.
Thanks guys
-
Sep 22nd, 2005, 03:36 PM
#2
Addicted Member
Re: Msn...
hmm i know how to send message but now how to recive it
here is the code for sending message
VB Code:
Public WithEvents Msn As MessengerAPI.Messenger
Private Sub Form_Load()
Set Msn = New MessengerAPI.Messenger
End Sub
Private Sub Command1_Click()
Msn.InstantMessage "Put here your contacts Msn " '<<<<<<<<<<<
SendKeys Text1.Text
SendKeys "{ENTER}"
End Sub
-
Sep 22nd, 2005, 05:51 PM
#3
New Member
Re: Msn...
How would this work in vb.net 2003?
-
Sep 23rd, 2005, 05:34 PM
#4
Addicted Member
Re: Msn...
hmmm i dont know i only use Vb 6 sorry
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|