What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » certain character colour

certain character colour
Author: Message:
thehealey
New Member
*


Posts: 2
Joined: Aug 2009
O.P. Huh?  RE: certain character colour
So I've been learning a bit of scripting to help me do this and I've come to the conclusion I should use the ChatWndEditKeyDown event.  and i've got as far as this:

code:
function OnEvent_ChatWndEditKeyDown( ChatWnd, vkKey, bCtrl, bShift ) {
    if ((vkKey == 0x4D /* VK_RETURN */) && (bCtrl == false) && (bShift == false))
            {

It's just now I don't know how to change the colour of the character, I've identified the character is the letter "m" but how can I change the colour of the letter?

I'm not sure if I'm using the right event, maybe i should be using the ChatWndSendMessage event instead to read through every character and replace the "m"s with the different coloured "m" characters, i just figured that would be slower than using the ChatWndEditKeyDown method and also means the colour affect would only appear in the converssation itself and not the box i enter text into on msn. Please please please help, this is starting to go over my head.

This post was edited on 08-27-2009 at 01:49 PM by thehealey.
08-27-2009 01:48 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
certain character colour - by thehealey on 08-26-2009 at 02:43 PM
RE: certain character colour - by thehealey on 08-27-2009 at 01:48 PM
RE: certain character colour - by matty on 08-27-2009 at 02:44 PM


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