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... 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. |