What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Retrieve Text of MSN window

Retrieve Text of MSN window
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
35 / Male / –
Joined: Jun 2004
RE: Retrieve Text of MSN window
Ok this example will put the history in a text box.
code:
Private oMessenger As MessengerAPI.Messenger

Private Sub Form_Load()
Dim oConvo As MessengerAPI.IMessengerConversationWnd
Set oMessenger = New MessengerAPI.Messenger
Set oConvo = oMessenger.InstantMessage("contact@hotmail.com") 'Makes a new im window is one isnt open
Text1.Text = oConvo.History
End Sub

And you will need to add a referance to the messenger api bye checking "Messenger API Type libary"
[Image: attachment.php?pid=379758]

.png File Attachment: blah.PNG (15.08 KB)
This file has been downloaded 253 time(s).
02-12-2005 12:31 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Retrieve Text of MSN window - by Zick on 02-12-2005 at 12:12 PM
RE: Retrieve Text of MSN window - by Plik on 02-12-2005 at 12:16 PM
RE: Retrieve Text of MSN window - by Zick on 02-12-2005 at 12:21 PM
RE: Retrieve Text of MSN window - by Plik on 02-12-2005 at 12:31 PM
RE: Retrieve Text of MSN window - by Zick on 02-12-2005 at 12:45 PM
RE: Retrieve Text of MSN window - by RaceProUK on 02-12-2005 at 02:04 PM
RE: Retrieve Text of MSN window - by Zick on 02-12-2005 at 03:04 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