What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Creating Plugin [Help Req. Please]

Creating Plugin [Help Req. Please]
Author: Message:
XM4ST3RX
Full Member
***

Avatar
DJ Scoop!

Posts: 172
Reputation: 12
37 / Male / –
Joined: May 2003
O.P. Creating Plugin [Help Req. Please]
Hi,

I'm currently creating a plug-in named "Apptify" that will notify users of which app's users running Apptify are currently running (selected app's with custom away msg).

Now because of the way im doing it, im trying to open a conversation with a random contact which is on the allow list and send a msg.

But the code im using doesnt seem to be working fully and was wondering if someone could help me please.


code:
Dim iCont As IMessengerContact
                    For Each iCont In modAppList.MSGR.MyContacts
                        If iCont.Blocked = False Then
                            'modAppList.MSGR.InstantMessage iCont.SigninName
                            MsgBox "ok"
                            MsgBox iCont.SigninName
                        Exit For
                        End If
                    Next


What happens is the plugin scans the list of running process's to find out if the users selected app's are running or not, if it is then it will procede to the code above. (every X seconds)

What happens with the code above is i recieve 1 msgbox with the value "ok", but then when it should scan again and find it again, it doesnt.. messenger freezes. Also im wondering why iCont.SigninName isnt retrieving the contacts email address.

I hope this is understandable and thanks in advance for anyones help.


Kind Regards,
XM4ST3RX
06-14-2005 07:08 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Creating Plugin [Help Req. Please] - by XM4ST3RX on 06-14-2005 at 07:08 PM
RE: Creating Plugin [Help Req. Please] - by Stigmata on 06-14-2005 at 07:28 PM
RE: Creating Plugin [Help Req. Please] - by Dempsey on 06-14-2005 at 08:42 PM
RE: Creating Plugin [Help Req. Please] - by XM4ST3RX on 06-14-2005 at 08:46 PM
RE: Creating Plugin [Help Req. Please] - by Yousef on 06-14-2005 at 09:16 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