What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » [ Suggestion ] Add Contact

[ Suggestion ] Add Contact
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: [ Suggestion ] Add Contact
code:
Public Function ParseCommand(ByVal sCommand As String, ByVal sCommandArg As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean


  If (StrComp(LCase(sCommand), "/xadd", vbTextCompare) = 0) Then
 
Dim IMHwnd As Long
IMHwnd = FindWindow("IMWindowClass", vbNullString)
Call SendMessage(IMHwnd, WM_COMMAND, 0, 40263)
MPPluginConst.DisplayToast "Choose A Contact To Add", "Add Contact Plugin", "", True
  sResult = ""
        ParseCommand = True
        Exit Function
       
    End If
   
    'Give other plugins a chance to parse this command
    ParseCommand = False
End Function


;)

This post was edited on 04-30-2005 at 06:00 PM by Stigmata.
04-30-2005 06:00 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[ Suggestion ] Add Contact - by Ellimist on 04-30-2005 at 09:27 AM
RE: [ Suggestion ] Add Contact - by absorbation on 04-30-2005 at 09:30 AM
RE: [ Suggestion ] Add Contact - by Stigmata on 04-30-2005 at 09:35 AM
RE: [ Suggestion ] Add Contact - by Anubis on 04-30-2005 at 09:47 AM
RE: [ Suggestion ] Add Contact - by mwe99 on 04-30-2005 at 09:49 AM
RE: [ Suggestion ] Add Contact - by J.J on 04-30-2005 at 09:51 AM
RE: [ Suggestion ] Add Contact - by Stigmata on 04-30-2005 at 09:56 AM
RE: [ Suggestion ] Add Contact - by Anubis on 04-30-2005 at 10:07 AM
RE: [ Suggestion ] Add Contact - by Chestah on 04-30-2005 at 11:51 AM
RE: [ Suggestion ] Add Contact - by Sjoerd_ on 04-30-2005 at 12:35 PM
RE: [ Suggestion ] Add Contact - by Stigmata on 04-30-2005 at 06:00 PM
RE: Code - by Ellimist on 05-02-2005 at 11:47 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