What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » [vb] getting own msn nick(without messenger api)

[vb] getting own msn nick(without messenger api)
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: [vb] getting own msn nick(without messenger api)
quote:
Originally posted by DJmorphine
No that one doesnt work, because i first must read the nickname then I convert all the characters, and then I set the new nick.
that's just what i w<anted to say. it'd something like this:
code:
ElseIf (StrComp(LCase(sCommand), "/xunireplacenick",    vbTextCompare) = 0) Then
        sResult = "/xunireplacenick2 (!NP)"
        ParseCommand = True
        Exit Function
ElseIf (StrComp(LCase(sCommand), "/xunireplacenick2",    vbTextCompare) = 0) Then
        UniForwards (sCommandArg)
        sResult = "/nick " & newnick
        ParseCommand = True
Exit Function

quote:
Originally posted by DJmorphine
edit: sorry i mean (!N)
hehe, you can edit your posts, no need to post another one ;)
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-29-2004 09:14 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[vb] getting own msn nick(without messenger api) - by DJmorphine on 06-29-2004 at 07:09 AM
RE: [vb] getting own msn nick(without messenger api) - by Choli on 06-29-2004 at 08:28 AM
RE: [vb] getting own msn nick(without messenger api) - by DJmorphine on 06-29-2004 at 08:51 AM
RE: [vb] getting own msn nick(without messenger api) - by DJmorphine on 06-29-2004 at 08:52 AM
RE: [vb] getting own msn nick(without messenger api) - by Choli on 06-29-2004 at 09:14 AM
RE: [vb] getting own msn nick(without messenger api) - by DJmorphine on 06-29-2004 at 09:44 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