Shoutbox

CTRL+K Multi-format - 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: CTRL+K Multi-format (/showthread.php?tid=13502)

CTRL+K Multi-format by Lareamond on 07-22-2003 at 11:06 PM

I was reading the Plus! Plugin API documentation for Visual Basic, and I was wondering how to use the nCCNotify and nCCColor constants. Is there any way for me to be able to pop up the CTRL+K multi-format box from my plugin to use color codes? If so, where should I look?


RE: CTRL+K Multi-format by Choli on 07-23-2003 at 12:53 AM

use the sintax Chr$(nCCNotify) to create a string that has that constant. append strings to get the text.

No, there isn't any way to popup the ctrl+k box

PS: Example
my_string = chr$(nCCColor) & "8,2This text will be yellow over blue"
now you can use my_string to be returned to Plus!


RE: CTRL+K Multi-format by Lareamond on 07-23-2003 at 02:25 AM

Eh, I sorta did something different... Since I wanted users to be able to see the CTRL+K popup, I sorta forced a different one to appear... http://angelfire.com/empire/hybridprogs/nowplaying.gif heh