What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Messenger API

Messenger API
Author: Message:
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: Messenger API
You can try it this way , this doesn't require you to use Messenger Plus! to do it.

1. Make sure you have set the following references :

Messenger API Type Library

2. Make sure you have added the following to your code.

Public WithEvents ________ As Messenger
Where the blank is , put your own variable (I use MSN)

3. Make sure in Form_Load() You have....

Set ______ As Messenger
In the blank you should put the same variable as above.

4. You can do

If ____ .MyStatus = MISTATUS_OFFLINE Then
*Something*
Else
*Something*
End If


So if they are offline (not connected) it will do something , if they are any other status (online/away/busy/ext) they have to be connected :)

If you ever need any help in Visual Basics feel free to Private Message me. :-)


This post was edited on 05-05-2004 at 02:37 AM by dotNorma.
05-04-2004 10:48 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Messenger API - by _BassReFLeX_ on 05-04-2004 at 03:17 PM
RE: Messenger API - by Stigmata on 05-04-2004 at 03:35 PM
RE: Messenger API - by RaceProUK on 05-04-2004 at 10:12 PM
RE: Messenger API - by dotNorma on 05-04-2004 at 10:48 PM
RE: Messenger API - by jokinau on 05-05-2004 at 01:49 PM
RE: Messenger API - by _BassReFLeX_ on 05-05-2004 at 03:07 PM
RE: Messenger API - by Sk3tch on 05-05-2004 at 03:21 PM
RE: Messenger API - by RaceProUK on 05-05-2004 at 03:44 PM
RE: Messenger API - by dotNorma on 05-05-2004 at 11:27 PM
RE: Messenger API - by _BassReFLeX_ on 05-07-2004 at 07:15 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