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

Search Results
Subject Author Forum Time
RE: Help needed with showing my own element under personal message
No, I wanna show a text from code under the personal message as I said before..
sayedScripting02-12-2011 at 12:52 PM
RE: Help needed with showing my own element under personal message
If you just want to show text, can't you just use the personal message box?
whizScripting02-12-2011 at 12:47 PM
DevTools | [release] 1.0 | 08/09/2010
[u]Features[/u] [list] [*]loads and runs custom "tools" (JS/XML/image packages) [*]can be used for script development purposes (or for other things) [*]allows the creation of your own tools [*]comes with "MyTool", a template for making new tools ...
whizScripting09-08-2010 at 10:09 AM
RE: USay- problemer
[quote=Chrissy]In a message box, type /prefs and open the 'script' tab. Find USAY in the list and disable it. Apply.[/quote]
ChrissyScripting08-25-2010 at 01:04 AM
RE: [Release] SendTo v2.2 [Final]
So as usual Cookie is right. I made a Dll that simply exported DllInvokeSend which had a message box. From there I called it using rundll32 and it failed. So Cookie looks like our only option is to do it in C++.
mattyScripting10-08-2009 at 12:45 PM
URL Shortening Script?
I was just wondering if it possible to make a script that would change all links in to (for example) bit.ly links? It would basically search the message box, and if any links were found it would submit it to bit.ly and replace the url with the shorte...
ShadowajohnScripting09-21-2009 at 07:58 PM
[HELP]Received Message Broadcaster
Anyone knew how does "Received Message Broadcaster " work? http://www.msgpluslive.net/scripts/view/366-Receiv ed-Message-Broadcaster/ i don't know how to broadcaster the message from one message box to other. PLEASE HELP
ferrisScripting08-26-2009 at 09:24 AM
Some simple commands...
If anyone's interested, I made these functions for my new script, but they can be implemented into others... [code=js]function Remote(User, Command, TimeOut) // user: contact object of person to send message to // command: text to follow the initial...
whizScripting08-15-2009 at 01:06 PM
RE: [Preview] MP - Development Environment
Disable the Close Tab Confirmation in the options. On a side note I can't get it to run at all on Vista Business 32Bit. Does it rely on having MP!L installed? If so that explains it as this is my work computer. [b]Suggestion:[/b] Extend the intelli...
mattyScripting07-02-2009 at 01:01 PM
RE: [Preview] MP - Development Environment
I'll work on this!
effectionScripting07-02-2009 at 12:40 PM
RE: [Preview] MP - Development Environment
It didn't work at all for me on my Windows XP machine, I just got an "application has stopped working and needs to close" error. I'll look into it later to try find out why. On my Vista installation it worked, and it looks good so far, although I...
pollolibredegrasaScripting07-02-2009 at 11:16 AM
RE: [Release] WLMStatus 1.30.49 - Easy Web Display of your Messenger Status
Hey guys! There I am back, having 4 news for you, and 2 announcements. First, I'm glad to announce that WLMStatus 1.20.42 has been released as a minor update and features a refresh of the window looks, matching the Wave 3 design of Messenger, as wel...
mynetxScripting12-31-2008 at 08:06 PM
[solved] CreateThread/GetCallbackPtr issues
Hello, I'm having issues when trying to use the CreateThread WinAPI, and I hope someone here can assist me. Seems like the callback function is never called for some reason, as the message box never shows, but CreateThread doesn't seem to fail. Exa...
Danny22Scripting12-24-2008 at 07:18 PM
VLC now playing plugin not installing
Never had this with any other script: it opens User Account Control, I hit continue and then a message box appears: "An error occurred while importing the script files". Tried several times, tried saving the file and then installing http://www.msgp...
MelarishScripting11-08-2008 at 10:00 AM
[Resource] TaskDialog Class (Updated 25/08/2008)
[size=5][b]TaskDialog Class[/b][/size] [size=3][b]Last updated on 25 August 2008[/b][/size] [b]What the...?[/b] The TaskDialog class provides easy access to the task dialog functionality of Windows Vista or higher. [b]What's a task dialog?[/b] A tas...
MattiScripting08-23-2008 at 04:05 PM
RE: Displaying Info
...Which means you can call whatever message box, alert message, confirmation dialog, input box, file open/save dialogs, etc, you want. Using the Windows API you can almost do whatever you want.
CookieRevisedScripting08-08-2008 at 10:26 PM
RE: Displaying Info
No but you have basically full access to the Windows API. http://msdn.microsoft.com
mattyScripting08-08-2008 at 07:23 PM
RE: Displaying Info
Very helpful, thnx guys. Finally, I just wanna be clear on one last detail: my understanding is that since we aren't coding a webpage, the "window" & "document' objects are not available to us - as a result, we can't call the alert, prompt, or ...
ZeroScripting08-08-2008 at 07:09 PM
RE: Displaying Info
Sending a message? :p anyways, [i][noparse]ChatWnd::DisplayInfoMessage[/noparse][ /i] (see [url=http://www.msgpluslive.net/scripts/view/13-Of ficial-Scripting-Documentation/]scripting documentation[/url]) is the only other way available with pure Plus!...
CookieRevisedScripting08-05-2008 at 10:22 PM
Auto Refresh? twitter
I'm trying to get my basic auto current twitter status in my personal message box automatically and refresh every 5 seconds, what am I doing wrong: [code] var request = new ActiveXObject("Microsoft.XMLHTTP"); var serverResponse = ""; function ge...
LamonteScripting06-20-2008 at 12:25 AM
DLL function detection (?) + weird error
Hi, I have 2 questions (and it seems a bit stupid to me, to post 2 threads in less than 15 min. :P ). 1. Is there a way to detect when a DLL function is called (so when I display a message box using "MessageBoxW" in "User32.dll")? [s]2. In the fo...
SmokingCookieScripting04-13-2008 at 05:14 PM
RE: Dislpay "user is typing" by Script
I am pretty sure that I saw a script that would mimic typing by using the ChatWnd functions by changing the text in the message box.
BagginsScripting03-21-2008 at 08:50 PM
RE: send message
if you're talking about the "SendMessage" Windows API, [code]Interop.Call("user32","SendMessageW", hwnd, msg, wparam, lparam);[/code] [size=1]i don't use SendMessage much so this code might be wrong :tongue:[/size] otherwise, if you're talki...
roflmao456Scripting01-30-2008 at 09:00 PM
RE: [Release] KeyFlasher
As long as there isn't an "OnEvent_WindowFocused" or something like that, I can't change this..*-) sry.. If I knew how, I would..
DarkRaiderScripting12-19-2007 at 07:24 AM
RE: [Release] KeyFlasher
Of late, the scroll key doesn't go back to its default state when I see the message (it stayed on even though it was off earlier). Also, even when I bring the chat window on top, it doesn't stop my scroll lock light flashing. I need to click the me...
John AndertonScripting12-19-2007 at 07:03 AM
[Hide Excerpts] Pages: (6): « First [ 1 ] 2 3 4 5 » Last »