VB-sTagArg - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: VB-sTagArg (/showthread.php?tid=15490) VB-sTagArg by zigomar10 on 09-12-2003 at 05:29 PM
how could i make an sCommandArg but for tags in VB? I've noticed that feature in stuffplug: (!XTALK<language> <text>). I've tried to make it like this: code:(it should get the next 2 characters after (!XTAG. If the user types (!XTAG23) then sResult = 23) Is it even possible in VB? RE: VB-sTagArg by Choli on 09-12-2003 at 08:12 PM
code:You can also check at the if if Right$(sTag, 1) = ")" but i don't think you'll need that RE: VB-sTagArg by zigomar10 on 09-13-2003 at 02:25 PM doesnt work for me RE: VB-sTagArg by Choli on 09-13-2003 at 02:48 PM
quote:What's the problem? RE: VB-sTagArg by zigomar10 on 09-13-2003 at 02:51 PM when i type (!XTAG23) it sends (!XTAG23) . have u tested it? RE: VB-sTagArg by Choli on 09-13-2003 at 03:06 PM
quote:No, I haven't. But it should work. Try this (it's the same, but other way of doing it): code: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. RE: VB-sTagArg by zigomar10 on 09-13-2003 at 05:18 PM it still doesnt work RE: VB-sTagArg by Choli on 09-13-2003 at 05:26 PM Which tag are you trying to use? (!Xwhat?) RE: VB-sTagArg by zigomar10 on 09-13-2003 at 05:33 PM (!xtag23) RE: VB-sTagArg by Annon201 on 09-20-2003 at 03:52 PM
i did my grabbing using code:the only limitation(tho major) is that you need to make sure the user types an exact number of digets else it wont pick it up RE: VB-sTagArg by zigomar10 on 09-20-2003 at 08:18 PM it doesnt work for me . can u plz post the plugin that u used that in. RE: VB-sTagArg by Xerxis on 09-20-2003 at 09:25 PM are u sure you registered the dll you made? otherwise the tags will not be recognized RE: VB-sTagArg by zigomar10 on 09-20-2003 at 09:27 PM yeah, i did |