Hi there, I would like WLM to execute a sound when a new message is recieved even if the chat window is maximized. Also another sound notification after I press the enter key while sending a message.
I write these lines of code but it does not work:
code:
function OnEvent_ChatWndReceiveMessage( )
{
Interop.Call( "kernel32.dll", "Beep", 1000, 1000 );
}
I also would like to change the appearance of the text before the incoming message. I would prefer an IRC style format like [ time ] <username>:
for example:
[ 12:32 ] ArGoS: hi dude
Can please someone help me?
Thanks in advance.