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

Search Results
Subject Author Forum Time
RE: [BETA] YASS 0.5
heh you're not running php5
-dt-Scripting10-16-2007 at 10:29 AM
RE: API and Mozilla
just findwindow and then get the window title and strip " - Mozilla Firefox" or whatever :P [code] var WM_GETTEXT = 0xD var hwnd = Interop.Call('User32',"FindWindowW", 'MozillaUIWindowClass', 0); if(hwnd > 0){ var appTitle = Interop.A...
-dt-Scripting10-07-2007 at 03:14 PM
RE: Add No Parse Button Script for FireFox Greasemonkey!
er theres a few things i noticed in your code why did you wrap your code in function(){}, GM scripts are sandboxed so you dont need to do this. window exists in GM scripts (and you shouldnt be using unsafeWindow unless XPCNativeWrappers are blocking ...
-dt-Forum & Website10-05-2007 at 04:06 PM
RE: Convert Boolean to Numeric?
er what boolean is either 1 (true) OR 0 (false) theres no -1, its its null its not a boolean, its null :-/ Math.abs does exactly what he wants :-/ [code] Math.abs(true) == 1 Math.abs(false) == 0 Math.abs(null) == 0 Math.abs(undefined) == NaN [/code]...
-dt-Scripting10-04-2007 at 02:21 PM
RE: Vista shutdown bug [solved]
do you use the script "Now Playing"? the global hotkey window is named this, and if messenger isnt responding then the plus windows wont be either so heh, in the next release the name will be something more descriptive.
-dt-WLM Plus! Bug Reports10-03-2007 at 10:03 AM
RE: taskbar icon displays status?
yes, [url]http://shoutbox.menthix.net/showthread.php?ti d=75190[/url]
-dt-Scripting10-01-2007 at 07:45 AM
RE: Decent 1GB Webhosting Free
[url]http://www.nouptime.com/[/url]
-dt-Tech Talk09-28-2007 at 04:09 PM
RE: Saved Scripts
put them back into that directory and then restart messenger
-dt-Scripting09-20-2007 at 10:53 PM
RE: Now Playing Problem
override?, override what? disable whatever other program is modifying your media message and then try Now Playing
-dt-Skype & Live Messenger09-18-2007 at 01:29 PM
RE: Prevent emoticon text->img translation while writing message
if you use vista you could make a symbolic link by going [code] mklink /D /path/to/shared/folder/emailofuser/music /path/to/your/music/folder [/code] for more information see [url]http://en.wikipedia.org/wiki/NTFS_symbolic_li nk[/url]
-dt-Scripting09-18-2007 at 05:50 AM
RE: Now Playing 1.3 Lyrics Problem
Leoslyrics seems to be down at the moment :( Metro lyrics has a parser error which I've fixed and I'll be releasing an update for it soon :)
-dt-Scripting09-18-2007 at 05:40 AM
RE: Unlimited Nudges
thats because norton thinks everything is a virus.
-dt-Scripting09-14-2007 at 03:41 PM
RE: Load XML
Arrays are 0 based so they start at 0, not 1, so 1 really = 2 in the array index
-dt-Scripting09-10-2007 at 04:41 AM
RE: uTorrent script
you can change the format :(, thats just the crappy test format :P feel free to post a better one
-dt-Scripting09-08-2007 at 03:48 AM
uTorrent script
I got bored so i decided to make a script :P this script allows you to spam your torrent details to people to use this script you have to have the uTorrent webui enabled (go google how to do this if you haven't got it enabled) and then start the scr...
-dt-Scripting09-07-2007 at 01:49 PM
RE: 5 Movies to a dvd?
most dvd players these days support playing divx natively, so you dont have to convert them to the dodgy uncompressed dvd format and can fit quite alot more on a disk :D and all you have to do is open your favorite burning program, create a new data...
-dt-Tech Talk09-05-2007 at 12:37 PM
RE: a picture in the vista CD?
old.
-dt-General Chit Chat09-01-2007 at 04:20 AM
RE: Working on the next version
:D Im looking foward to the new version. One feature i would love (and it was suggested a while ago, but ill be dammed if i could find the thread) is the ability to send a message locally to the msn window, so the message just "echos" and only the ...
-dt-Announcements & News08-31-2007 at 02:29 AM
RE: [request] FTP Client
but :-/, then you'll have to open an msn window, click the script thing and open the script :( seems easier just to click a quicklaunch icon
-dt-Scripting08-31-2007 at 02:17 AM
RE: [request] FTP Client
ugh, why make it in a script when an external program can do it 10000000x better :( just use a ftp program like filezilla /me wants api callbacks in plus scripts :(
-dt-Scripting08-31-2007 at 01:02 AM
RE: When scripts are being big?
Now Playing: Downloads: 171000 \o/ --------------- Anyway downloads dont make a script "big" it just means it popular, the amount of code + features + stuff = how big the script is :P
-dt-Scripting08-29-2007 at 04:46 AM
RE: [Solved] XMLHTTP post
er you're susposed to send the POST string as the param to send(); setRequestHeader sets http headers, like user-agent and Content-type so you should do something like [code] xmlhttp.send("status=" + encodeURIComponent(status)) [/code]
-dt-Scripting08-29-2007 at 01:54 AM
RE: Building a Media PC / Network storage
:( a media pc without windows media center :(
-dt-Tech Talk08-27-2007 at 01:32 PM
RE: Text editor color schemes
hm mines alot like yours [url=http://shoutbox.menthix.net/attachment.php?pi d=844888][img=200x200]http://shoutbox.menthix.net/ attachment.php?pid=844888[/img][/url]
-dt-Tech Talk08-26-2007 at 05:02 AM
RE: nme colors!!
errr what? english?
-dt-WLM Plus! Help08-24-2007 at 12:34 PM
[Hide Excerpts] Pages: (72): « First « 8 9 10 11 [ 12 ] 13 14 15 16 » Last »