What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Add contact

Add contact
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Add contact
Can be done with the messenger api, just sadly not with the api that plus imports

VB2008 Implementation:
code:
Public WithEvents msn As MessengerAPI.IMessenger
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        msn = New MessengerAPI.Messenger
        Dim msnwnd As MessengerAPI.IMessengerWindow
        msnwnd = msn.Window
        msn.AddContact(msnwnd.HWND, "test@hotmail.com")
    End Sub


12-14-2008 09:21 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Add contact - by leetking on 12-14-2008 at 07:49 PM
RE: Add contact - by matty on 12-14-2008 at 08:37 PM
RE: Add contact - by Stigmata on 12-14-2008 at 09:21 PM


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