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

Search Results
Subject Author Forum Time
RE: [Release] Answer Machine Plus v2.72(09/20/08)
I added the Spanish translation to the script and fixed some other random bug, but I could not reproduce the problem you guys are getting.
SilentdragonScripting09-20-2008 at 05:28 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Sorry about that everyone. When I added the multilingual stuff I forgot to deal with 2 variables. A new version will be up soon as I don't use Windows and all my development is done in a virtual machine.
SilentdragonScripting09-09-2008 at 08:35 PM
RE: [Release] uTorrentPSM
[code]var wString = Interop.Allocate((unicodeString.length*2)); var mbString = Interop.Allocate((unicodeString.length)); mbString.WriteString(0,unicodeString); Interop.Call("Kernel32","MultiByteToWideChar" , 65001, 0x8, mbString, unicodeString....
SilentdragonScripting03-17-2007 at 08:32 AM
RE: Idea for Answering Machine Plus 2.60
I don't really get what you mean there so clarify if you can, and you should probably have put this in the release thread.
SilentdragonScripting03-06-2007 at 12:45 AM
RE: [Request] XBMC now playing
I had a script that did this: -Takes a screenshot of the screen, sends it to the pc, and converts it to a jpg, which is then sent to contact. -Clears it's cache, so the song is updated -Shows it in the Now Playing of MSN -If the file is locally stor...
SilentdragonScripting02-08-2007 at 09:58 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Hmm, strange. Seems to work fine for me. You do fill out all the fields right? I think I might have something where it outputs a debug, but doesn't warn you when you forgot to fill something in.
SilentdragonScripting02-06-2007 at 10:05 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
It's very far from optimized and does quite a bit of work. I may optimize it when I have time, but for now I have a very busy schedule. -First category will always be fastest, while the last category will always be slowest.
SilentdragonScripting01-11-2007 at 10:43 PM
RE: [Question] How to decode HTML codes?
SilentdragonScripting01-11-2007 at 06:03 PM
RE: [help] plus window not showing
Now I'm not much objects like that, but what I noticed was that Balloon is a function correct? But when you create a new instance of it, you call it with "new Balloon()" but up top that function requires arguments. Later you call testballoon.show ...
SilentdragonScripting12-28-2006 at 03:35 AM
RE: Missing Something Small...Help Please?
Better yet, just do [code]if(!MsgPlus.MessengerIsLocked) { }[/code] (! means false if you didn't know)
SilentdragonScripting12-22-2006 at 02:00 AM
RE: [?] SetWindowPos Problem
Try [code]Interop.Call('user32', 'ShowWindow', aeWnd.GetControlHandle('RdoFWord'), SW_HIDE);[/code] and [code]Interop.Call('user32', 'ShowWindow', aeWnd.GetControlHandle('RdoFWord'), SW_SHOW);[/code] [code]var SW_HIDE = 0; var SW_SHOW = 5...
SilentdragonScripting12-22-2006 at 01:35 AM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
-2.60 --Little cleanup and stuff --Delay functions per item, and global --Added tooltips for most things
SilentdragonScripting12-19-2006 at 05:28 AM
[Release] WoWHead Searcher
WoWHead Searcher WoWHead Searcher is a little addon for MsgPlus! that let's to user and any others to perform a search of Wowhead. By doing "!wow <SearchTerm>" it will return all results from the search. This includes: NPCs/Mobs, Items, Recipes, Z...
SilentdragonScripting12-17-2006 at 11:41 PM
RE: [?] Change caption when a window is opening
[code]var Wnd = MsgPlus.CreateWnd('Interface.xml', 'about');[/code] And do note that it is case-sensitive when you use a control's name.
SilentdragonScripting12-14-2006 at 10:05 PM
RE: [need help] How do i make a splash with XML engine?
UTF-16 Long Endian is Unicode [url=http://en.wikipedia.org/wiki/UTF-16]UTF-16/UC S-2[/url]
SilentdragonScripting10-23-2006 at 09:13 PM
RE: Show invisible buddies
No, as the server sends the same message of Appear Offline users and Offline users. It's a straight act of invasion of privacy.
SilentdragonScripting10-11-2006 at 01:09 PM
RE: [REQUEST] remember previous nicknames
Well I did it, though it's not the prettiest code. You may want to backup your Log.xml file before installing and replace when done. Also I fixed a bug where it records blank PSMs.
SilentdragonScripting10-10-2006 at 12:00 AM
RE: [REQUEST] remember previous nicknames
I'll whip something up later today, bust at school at the moment. Should have something done by tonight.
SilentdragonScripting10-09-2006 at 05:17 PM
RE: Official Scripting Documentation doesn't work.
or [quote]To modify the ItssRestrictions registry entry to enable a specific security zone, follow these steps: 1. Click Start, click Run, type regedit, and then click OK. 2. Locate and then click the following subkey: HKEY_LOCAL_MACHINE\SOFTWARE\...
SilentdragonScripting10-06-2006 at 12:20 AM
RE: Huhu Clone - Recommendation/Request
It's not so easy. We can change the settings in the registry, but have no guarantee that WLM read it and change the settings. So you can't do much in the cloning way of things but the PSM is still possible.
SilentdragonScripting10-02-2006 at 12:36 PM
RE: [help] obtain contact name from email
[code]var Contact = Messenger.MyContacts.GetContact("email@email.com "); MsgPlus.DisplayToast("Title",Contact.Name); [/code]
SilentdragonScripting09-29-2006 at 09:59 PM
RE: Auto-Sender
http://shoutbox.menthix.net/showthread.php?tid=651 21&pid=716026#pid716026 Seems to be what you want.
SilentdragonScripting09-28-2006 at 09:21 PM
RE: Problem with RegExp + Replace
[code]Message.replace(/([0-9+\-()*\\\/]+)/,"[ $1]")[/code] Should work deAd: $1-9 won't work unless you use (). So for each $ you need a set of ().
SilentdragonScripting09-27-2006 at 09:24 PM
RE: [Request] Auto send winks/nudges?
Why wouldn't it work? I think your talking about detecting receiving nudges. You can send /nudge just fine, but you can't detect a nudge with /nudge.
SilentdragonScripting09-26-2006 at 12:44 AM
RE: Can this be made by a script?
It's not possible at all. A movie wouldn't work due to protocol and client setup so you couldn't do that, and if you're thinking flash movie well it could be possible, but we don't have the signature from Microsoft so we can't sign our flash fi...
SilentdragonScripting09-25-2006 at 03:27 AM
[Hide Excerpts] Pages: (6): « First [ 1 ] 2 3 4 5 » Last »