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

Search Results
Subject Author Forum Time
RE: CommonDialog help
OK, thanks for all the help mate, it means a lot.
OtaconScripting11-25-2008 at 06:29 PM
RE: CommonDialog help
Thanks for all the help, that works perfectly. Just one last question - The file path should be saved for future use. For example, if I disable and enable the script, it's supposed to read the path that was last saved by the Browse Dialog. I'm gue...
OtaconScripting11-25-2008 at 06:02 PM
RE: CommonDialog help
Yeah, already figured that one out, I just wasn't thinking straight. Did you find any other problems? Because I'm still getting the overflow error.
OtaconScripting11-24-2008 at 09:23 PM
RE: CommonDialog help
Oh man, this is so confusing... Do you mind if I send you the .plsc file so you can check it out? Because I'm honestly very confused at this point. But don't try to do anything for me, just check it out and tell me where I went wrong so I can corre...
OtaconScripting11-24-2008 at 08:16 PM
RE: CommonDialog help
Just as I thought everything was going to work this time, I got: [code]Error: Overflow (code: -2146828282) File: file_browse.js. Line: 135.[/code] after I pressed my button which calls the function. Line 135: [code=jscript]WriteDWORD(4, hwnd_o...
OtaconScripting11-24-2008 at 07:57 PM
RE: CommonDialog help
Tried both solutions, and sadly neither of them work. What I forgot to say earlier is that pm is a global variable. And I did see matty's thread earlier, but I have no idea whatsoever what to do with that code. Seems too complicated to me, I'm just...
OtaconScripting11-24-2008 at 07:12 PM
CommonDialog help
Ok, so I'm using this code: [code=jscript]function BrowseForPm(InitialDir) { BrowseFilter = "Text Files (*.txt)|*.txt|All Files|*.*"; var BrowseDialog = new ActiveXObject("UserAccounts.CommonDialog") BrowseDialog.Filter = BrowseFilter; Brows...
OtaconScripting11-24-2008 at 06:46 PM
[HELP] Now Playing
Ok, I wrote a script that reads a text file and sets the contents as my personal message. Everything is working fine, but I want it to be displayed as Now Playing instead of a regular PM. Is there any way to do that?
OtaconScripting10-26-2008 at 12:09 AM
RE: [HELP] I need some help with my script
Already tried that, didn't work. Messenger Live comes with a integrated plugin for iTunes, and that plugin overwrites any custom input from third-party addons or programs. This approach allows me to have a customized Now Playing status, because it s...
OtaconScripting10-18-2008 at 06:14 PM
RE: [HELP] I need some help with my script
Thanks for the help, much appreciated, will test it now. The reason for the low interval is that the first file that is read is actually a output file from AMIP, a iTunes plugin that writes what I'm currently listening to. So what I wanted to do is ...
OtaconScripting10-18-2008 at 04:14 PM
[HELP] I need some help with my script
OK, I made a script which reads text from a .txt file(amipOutput.txt) and sets it as my PM. In case that file is empty, it reads another file(PM.txt). And sets the text inside that as my PM. The script is working perfectly except for one thing: after...
OtaconScripting10-12-2008 at 02:18 PM
[Hide Excerpts]