Shoutbox

Trying to make something new... - 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: Trying to make something new... (/showthread.php?tid=30774)

Trying to make something new... by crank on 08-31-2004 at 04:15 PM

I'm planning on making a new plugin but i can't really get it working... how do i change the nickname out of a database...
I know you can save nicknames but how do you change them to the saved name? I'm going to make a this a new function in QTSender.(i'm coding in C++ as always.)


RE: Trying to make something new... by RaceProUK on 08-31-2004 at 10:06 PM

Use SendKeys() with a string containing '/nick ' or '/nick2 ' and the nickname you want, and append a '~' (for Enter). Of course, this will only work if a convo window is active...


RE: Trying to make something new... by crank on 09-01-2004 at 02:27 PM

Thanks.
I can't try it jet but i will soon.
Does MsgPlus! does anything when you make a command that sends a /command?
that would make life a lot easier lol...
But i think i get what you mean .

EDIT: changed plans. going to make a lil extra for QTS to change your nickname with something out of a intern database but that's all...