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

Pages: (2): « First « 1 [ 2 ] Last »
[ 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
Ellimist
New Member
*

Avatar
||=Ellimist=||

Posts: 2
38 / Male / –
Joined: Jan 2005
O.P. Undecided  RE: Code
Well, that's nice, but i'd prefer it added to Msgplus :| But, as i said before, it's just a suggestion ;)
05-02-2005 11:47 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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