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

Search Results
Subject Author Forum Time
RE: [Release]Birthday Reminder
Sorry, my bad :( It's a todo for next version, not to delete old settings (as soon as I have some time for it again). Sorry again.
go2hellScripting09-14-2006 at 06:46 AM
RE: [Solved] WriteString
Thank you, that solved it.
go2hellScripting09-09-2006 at 04:33 PM
[Solved] WriteString
Hello, I'm trying to change the custom dateTime format according to a variable, from a DateTimeControl. [code]var SysFormatStruct = Interop.Allocate(20); SysFormatStruct.WriteString(0, _dateFormat, true); //_dateFormat == "MM-dd-yyyy" -> Line ...
go2hellScripting09-09-2006 at 04:05 PM
RE: [Release]Birthday Reminder
I'll look in to that too. Hopefuly it'll be available in the next version.
go2hellScripting07-16-2006 at 08:04 PM
RE: [Release]Birthday Reminder
Thank you for your quick feedback :) I'll add an extra collum in the vew window with the counter in a next version.
go2hellScripting07-16-2006 at 05:56 PM
[Release]Birthday Reminder
Well if you are like me and keep forgetting birthdays... this comes handy :P This script allows you to add birthday reminders and checks each day if it anyone's birthday. If a birthyear is set, then it calculates the person's age. [URL=http://img47...
go2hellScripting07-16-2006 at 05:24 PM
RE: [Solved] DateTime
Thank you, I'll try that.
go2hellScripting07-14-2006 at 10:03 PM
[Solved] DateTime
I have a problem in setting the value of an DateTimeControl from within the script. Any idea if it is possible? i'm doing: [code] //example date var date = "14-07-2006"; newWnd.SetControlText("DateValue", date); [/code] where the date format ...
go2hellScripting07-14-2006 at 06:43 PM
RE: [Help] Alerts
Bump.... I'll repeat the question: Is there any way to keep something visible in the contacts window, to keep track of unclicked toasts (something like [b]windows live messenger alerts[/b]) or do i have to open a new window if i wish to do this? Tha...
go2hellScripting07-10-2006 at 06:38 PM
RE: [Help] Alerts
No problem :P Btw, any sugestions regarding the main topic of this thread? Thanks.
go2hellScripting07-06-2006 at 12:14 PM
RE: [Help] Alerts
According to the docs: [code][boolean] DisplayToast( [string] Title, [string] Message, [string,optional] SoundFile, [string,optional] Callback, [var,optional] CallbackParam ); [/code] so the 1 value is the parameter i'm passing ...
go2hellScripting07-06-2006 at 11:51 AM
RE: [Help] Alerts
Yes, but is there a way to keep that track visible within the contact window (and not in the psm) like Windows Live messager Alerts do? Also, I was just wondering, is there something wrong with: [code]MsgPlus.DisplayToast(Title, Message, "ringin.wav...
go2hellScripting07-06-2006 at 09:27 AM
[Help] Alerts
Hi there, need a little help here. Is possiible to add an alert to WLM alerts? Or is there an alternative to keep track of non clicked toast? I wanted to keep track of all of the toats i didn't read. Thanks in advance.
go2hellScripting07-06-2006 at 09:04 AM
[Hide Excerpts]