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

my plugin...
Author: Message:
nyzrox
Junior Member
**

Mariaaaaaaaaaa

Posts: 26
36 / Male / –
Joined: Jul 2004
O.P. RE: my plugin...
chears for that mate, also 1 orhter problem....


Public Function ParseTag(ByVal sTag As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean
    If (StrComp(sTag, "(!XWABOUT)", vbTextCompare) = 0) Then
frmAbout.Show vbModal, Screen.ActiveForm
        sResult = ""
        ParseTag = True
        Exit Function
    End If
    ParseTag = False
End Function


When this tag is sent, it actually sends (!XWABOUT) to the chat...
how do i stop this being sent...
03-11-2005 09:51 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
my plugin... - by nyzrox on 03-11-2005 at 03:24 PM
RE: my plugin... - by user27089 on 03-11-2005 at 04:25 PM
RE: my plugin... - by nyzrox on 03-11-2005 at 09:51 PM
RE: my plugin... - by Purity on 03-12-2005 at 12:19 AM
RE: my plugin... - by nyzrox on 03-12-2005 at 12:22 AM


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