What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Menu Checkmarks
Thanks for the reply Leonardo. That's pretty much what I'm after, considering the checkmark functionality is not working. What you've proposed is more than adequate. Thanks, Timbo
timbothegreatScripting07-07-2006 at 07:24 AM
RE: Menu Checkmarks
Thanks for the reply. The menu i have created shows up when the MsgPlus! Icon is clicked either in the main Windows Live window or a conversation/chat window. But if the functionality is not there, then it's not there! Not to worry, I'll simply h...
timbothegreatScripting06-27-2006 at 01:42 AM
RE: [Request] Script to make sent messages gradient
If you're only interested in the number of contacts, you don't need to create the enumerator object. You can use the Contacts.Count property. Contactnum = ChatWnd.Contacts.Count
timbothegreatScripting06-26-2006 at 11:00 AM
RE: [Request] Script to make sent messages gradient
Here's a snippet from a script I wrote to randomize the gradient upon sending. Note that, depending on your background picture, this can be difficult to see. //Global variable var c_max = 99; function OnEvent_ChatWndSendMessage(ChatWnd, Message) { ...
timbothegreatScripting06-26-2006 at 09:31 AM
Menu Checkmarks
Hi I'm looking for a way to place checkmarks (ticks) next to menu items for my script. I have created a menu structure that contains an option to enable or disable various functionality and I would like to use the checkmarks found in regular Win32 ...
timbothegreatScripting06-26-2006 at 08:33 AM
[Hide Excerpts]