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

VB-sTagArg
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: VB-sTagArg
quote:
Originally posted by zigomar10
when i type (!XTAG23) it sends (!XTAG23) :S. have u tested it?
No, I haven't. But it should work. Try this (it's the same, but other way of doing it):
code:
Public Function ParseTag(ByVal sTag As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean
If LCase$(Left$(sTag, 6)) = "(!xtag" Then
    sResult =  Mid$(sTag, 7, Len(sTag) - 7)
    ParseTag = True
    Exit Function
End If
End Function

And make sure you haven't got any other pluging trying to capture the "(!XTAG)" tag. Also, be careful if your tag is something like "(!Xlongertag)", because then the code changes.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
09-13-2003 03:06 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB-sTagArg - by zigomar10 on 09-12-2003 at 05:29 PM
RE: VB-sTagArg - by Choli on 09-12-2003 at 08:12 PM
RE: VB-sTagArg - by zigomar10 on 09-13-2003 at 02:25 PM
RE: VB-sTagArg - by Choli on 09-13-2003 at 02:48 PM
RE: VB-sTagArg - by zigomar10 on 09-13-2003 at 02:51 PM
RE: VB-sTagArg - by Choli on 09-13-2003 at 03:06 PM
RE: VB-sTagArg - by zigomar10 on 09-13-2003 at 05:18 PM
RE: VB-sTagArg - by Choli on 09-13-2003 at 05:26 PM
RE: VB-sTagArg - by zigomar10 on 09-13-2003 at 05:33 PM
RE: VB-sTagArg - by Annon201 on 09-20-2003 at 03:52 PM
RE: VB-sTagArg - by zigomar10 on 09-20-2003 at 08:18 PM
RE: VB-sTagArg - by Xerxis on 09-20-2003 at 09:25 PM
RE: VB-sTagArg - by zigomar10 on 09-20-2003 at 09:27 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