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

Search Results
Subject Author Forum Time
RE: request: manual of script
you're reading/speaking english right now...why cant you just read the english manual?
deAdScripting06-27-2006 at 05:30 PM
RE: request: manual of script
erm, its posted on http://www.msgpluslive.net
deAdScripting06-27-2006 at 03:00 PM
RE: [question] Calling an external DLL
Well, I can set it as com-visible in the Assembly Information...is that it? Then just put it in DotNetFiles and use Interop.Call?
deAdScripting06-27-2006 at 01:34 PM
RE: Status changer - Quake
It can't because JScript can't get events (grrrrrrrrrr) ... you'd have to do it on a timer. Isn't Quake full screen though? Messenger has an option to change your status to Busy automatically when fullscreen apps are open..
deAdScripting06-27-2006 at 12:38 AM
RE: MessageBox parameters/flags
I wrote an easy function for messageboxes... [code]function Alert(Title,Body,Handle,Icon,Buttons){ if(Handle == "CList"){Handle = Messenger.ContactListWndHandle;} else if(Handle == null || Handle == ""){ Handle = 0;} if(Icon == "none"...
deAdScripting06-27-2006 at 12:25 AM
RE: Different sign-in sound while having a certain psm
deAdScripting06-26-2006 at 09:00 PM
RE: [question] Calling an external DLL
I'm still not catching this. BlackSun, if you got it, can you say something?
deAdScripting06-26-2006 at 08:58 PM
RE: Different sign-in sound while having a certain psm
[code]function OnEvent_Initialize(MessengerStart) { OnEvent_ContactSignin (Email) { if (Email == "*******@hotmail.com" && Messenger.MyPersonalMessage == "Nukkumassa") { PlaySound ("C:\\Documents and Settings\\Tomi\\Omat tiedostot...
deAdScripting06-26-2006 at 08:54 PM
RE: [request] list of installed scripts
I'm on it. :)
deAdScripting06-26-2006 at 05:39 PM
RE: Display Picture Saver
This can already be done in MsgPlus!...go to Contact Info (from the menu, or /ctcinfo), and select the "Save" button...
deAdScripting06-26-2006 at 04:46 PM
RE: activex for generating bmp files from png
The library (dynimage, i bet) only supports BMP. The library is also used in iTunes+ for image generation...I tried to make a script like this, but I'm not sure there's a way to convert it in jscript :/
deAdScripting06-26-2006 at 02:23 PM
RE: [Request] Mail in Default Browser
What if you use the script to load a dll? O_o
deAdScripting06-26-2006 at 01:50 AM
RE: [Request] StuffPlug Wrapper
We couldn't do this without TB's permission, plus, a lot of things may not be compatible with WLM. You're best off waiting for SP3, which is a standalone program.
deAdScripting06-26-2006 at 01:49 AM
RE: iTunes+ - An iTunes Script For MP!L
There wouldn't be much space...but maybe a resizeable version, methinks?
deAdScripting06-26-2006 at 12:49 AM
RE: theRand Suggestion.
Find and replace in notepad? :P
deAdScripting06-25-2006 at 10:35 PM
RE: [request] screenshot sender.
It's currently being made.
deAdScripting06-25-2006 at 10:34 PM
RE: [question] Calling an external DLL
What option? "Make assembly COM-Visible" ? And then we put it in <DotNetFiles> ? Also, how do I call it in ActiveXObject? Just ActiveXObject("MyDLL") ... or do I need something like ActiveXObject("MyDLL.Something-Else-Goes-Here") ?
deAdScripting06-25-2006 at 10:23 PM
RE: [release] Quick Contact Adder
It's not very exaggerated. One of my other, bigger scripts has a whole JS file devoted to the XML (that and the parser, which is not big). I don't do it in the scriptinfo.xml because I often need dynamic commands. I agree with you that in this scri...
deAdScripting06-25-2006 at 08:22 PM
RE: [REQ] User Actions?
You can do it based on DP handling, but it's not reliable anymore.
deAdScripting06-25-2006 at 08:17 PM
RE: [release] Quick Contact Adder
Commands Class.js is a simpler way to add/remove/manage commands without tons and tons of lines of XML. The full documentation for it is not here yet, and I *think* thats a shortened version. In this case its a bit pointless because its only one comm...
deAdScripting06-25-2006 at 07:21 PM
RE: ImageElement?
For that to work, you'll need an Images directory in your script's folder, and a file called "countdown-logo.png" in it.
deAdScripting06-25-2006 at 06:16 PM
RE: [release] Quick Contact Adder
Done :)
deAdScripting06-25-2006 at 06:13 PM
RE: [suggestion] quick contact adder
It's released :) http://shoutbox.menthix.net/showthread.php?tid=613 66
deAdScripting06-25-2006 at 06:05 PM
[release] Quick Contact Adder
Here's a release of a small script I made to easily add contacts from a command, as requested in [url=http://shoutbox.menthix.net/showthread.php?ti d=61257]this[/url] thread. I am not planning to submit it to the real scripts database because it's r...
deAdScripting06-25-2006 at 05:44 PM
RE: [question] Calling an external DLL
Ah, I see. I'll try that soon. :) EDIT: I can't seem to get this to work. :S
deAdScripting06-25-2006 at 05:27 PM
[Hide Excerpts] Pages: (43): « First « 38 39 40 41 [ 42 ] 43 » Last »