Results 1 to 4 of 4

Thread: Msn...

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    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

  2. #2
    Addicted Member jeroen_12's Avatar
    Join Date
    Jul 2005
    Posts
    152

    Re: Msn...

    hmm i know how to send message but now how to recive it
    here is the code for sending message

    VB Code:
    1. Public WithEvents Msn As MessengerAPI.Messenger
    2.  
    3. Private Sub Form_Load()
    4. Set Msn = New MessengerAPI.Messenger
    5. End Sub
    6.  
    7. Private Sub Command1_Click()
    8. Msn.InstantMessage "Put here your contacts Msn " '<<<<<<<<<<<
    9. SendKeys Text1.Text
    10. SendKeys "{ENTER}"
    11. End Sub


  3. #3
    New Member
    Join Date
    Aug 2005
    Posts
    7

    Re: Msn...

    How would this work in vb.net 2003?

  4. #4
    Addicted Member jeroen_12's Avatar
    Join Date
    Jul 2005
    Posts
    152

    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
  •  



Click Here to Expand Forum to Full Width