What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Retrieve who the user is chatting with?

Retrieve who the user is chatting with?
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Retrieve who the user is chatting with?
i can't remember exactly, but i think you want something like:
code:
Set MSN = New oMessenger
    Dim iContact As MessengerAPI.IMessengerContact
    Dim iConv As MessengerAPI.IMessengerConversationWnd
   
    For Each iContact In iConv.Contacts
        MsgBox iContact.SigninName
    Next
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
02-17-2005 10:54 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Retrieve who the user is chatting with? - by SWINX on 02-16-2005 at 11:38 PM
RE: Retrieve who the user is chatting with? - by Joel4119 on 02-17-2005 at 12:30 AM
RE: Retrieve who the user is chatting with? - by matty on 02-17-2005 at 12:36 AM
RE: Retrieve who the user is chatting with? - by Joel4119 on 02-17-2005 at 04:24 AM
RE: Retrieve who the user is chatting with? - by Dempsey on 02-17-2005 at 10:54 AM
RE: RE: Retrieve who the user is chatting with? - by SWINX on 02-17-2005 at 06:57 PM
RE: Retrieve who the user is chatting with? - by SWINX on 02-17-2005 at 11:04 AM
RE: Retrieve who the user is chatting with? - by SWINX on 02-17-2005 at 11:22 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