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

Search Results
Subject Author Forum Time
RE: An idea for a script
Dead easy actually, all you need to do is to grab the command line parameter and let JScript evaluate it: return CommandParameter + " => " + eval(CommandParameter) Attached is a full blown script which does exactly that. Usage: /calc <math e...
CookieRevisedScripting09-15-2006 at 02:44 PM
RE: An idea for a script
Since it would remove existing features, instead of adding new. ;) [/OFFTOPIC][/size]
MattiScripting09-15-2006 at 07:34 AM
RE: An idea for a script
Well, I think it would be nice to have exponents to be placed as superscript. But for simple math functions (+, -, *, /,...) a simple message box is indeed enough. And a nice addition would be to place a custom toolbar above the original toolbar, si...
MattiScripting09-14-2006 at 04:29 PM
RE: An idea for a script
Making a calculator isn't hard at all, since JScript already has very powerfull math functions. Buth adding a tab there, and make the tab work will be lots harder. A way to do it, is to use child windows: one for the extra tab (like the timer in the...
MattiScripting09-14-2006 at 02:23 PM
RE: [request] clock
Mind telling which one is it? It is the clock/time one :p. And the time isn't digital at all [img]http://shoutbox.menthix.net/images/smilies/ms n_sad.gif[/img].
FeluScripting08-27-2006 at 08:52 AM
RE: [request] clock
Theres a dynamic background built into messenger which has a feature to put a clock next to the message boxes. Why not just set that as your background and you have a clock in the convo window!
OxyScripting08-27-2006 at 08:49 AM
RE: Alert(MsgBox in VB) Help?
With all due respect (so don't get me wrong), but I'm not certain if such scripts should be accepted in the database. Reason: poorly written. So why not including it: 1) People who know how to script will also know how to do this simple function fo...
CookieRevisedScripting08-22-2006 at 04:01 PM
Clone Warning
A friend of mine just tried to trick me by cloning one of my contacts. It didn't work but I decided to make this script. When a chat window is opened, it checks the contact's name against all the names listed in your contact list. If two people hav...
SpunkyScripting08-06-2006 at 04:47 PM
[RELEASE] wcap 0.1.2 (Screenshot Sender)
Back in the old days of MsgPlus! 3 I regularly used the plugin SS3 (Screenshot Sender 3) made by Dempsey. When MsgPlus! Live was released a few wrapper scripts were created so that people could continue to use SS3 until a MsgPlus! Live version could ...
segosaScripting07-24-2006 at 07:33 PM
RE: Message Scroller v0.3
I can do this :)
MikeScripting07-22-2006 at 01:05 PM
RE: Message Scroller v0.3
Great idea! Thanks for this. Two little nags though. 1) When the Message Scroller window pops up, it focuses, causing anything I type to not go into the wlm message box (or this reply space for that matter) 2) Could you add an optional time-out featu...
linx05Scripting07-22-2006 at 08:00 AM
RE: The open/closed window notifier feature
it would be good if this was also in the help/about/whatever window of the script/addon.
CookieRevisedScripting07-19-2006 at 03:12 PM
RE: The open/closed window notifier feature
Hey all.. I'm giving this project a look over in VB6, and i've made a sort of 'prototype', heh. It works so far, but the notifying bit is a bit more.. Uhh.. 'Difficult'. So far, i've got it giving me a message box when someone opens or closes ...
nx01rulesScripting07-18-2006 at 04:51 PM
RE: Help with a menu selection
I'll try that.. EDIT: That's not what I'm having problems with, both work correctly. I want it to add: [ code=PHP] [ /code] in the send message box, when you click on it.
ParilScripting07-09-2006 at 01:29 PM
What scripts can't do.
Scripts as they are, are not advanced as some may think. What can scripts do? For starters, they can get and send text messages with MSN. They can open conversation windows and detect when someone changes their status. They can go as far as swapping ...
ShawnZScripting07-07-2006 at 05:41 AM
RE: Message Scroller v0.3
[s]The message box doesn't disappear for me :S Anyway to stop this or close it myself?[/s] Damn, didn't read the first post probably :P But I think it should disappear automatically after a set amount of time...
JimcandoScripting07-01-2006 at 11:30 PM
RE: Change Window's Title bar in script
That works, but changes the real "Window Text", so the text you see on your taskbar / alt the alt-tab. The "Title Bar" of the PlusWnd's is a different text, that you see in the window itself (wonder why those 2 are different...). I would like to...
J-ThreadScripting06-30-2006 at 06:25 PM
Change Window's Title bar in script
I've defined a window like this: [code]<Window Id="Name" Version="1"> <Attributes> <Caption>Bla</Caption> <ShowInTaskbar>true</ShowInTaskbar> </Attributes> <TitleBar> <AllowMinimize>true</AllowMinimize> <AllowClose>true</AllowClos...
J-ThreadScripting06-30-2006 at 09:36 AM
[Request] Message Box Notifier
I remember that in the past Messenger Plus version, like 3.X, there was a pretty cool function that enables you to know who have opened a message box with you. For example, when a person open a message box with you, there will be a small notifier at ...
Alex ChanScripting06-28-2006 at 06:31 AM
RE: [Request] A script to combine messeges made in a row
I thought that is what unchecking the Show "contact says:" before each message box does...
jmccarrollScripting06-27-2006 at 12:59 AM
creating a simple Msgbox?
Hi, normally in WSH you can use WSH.echo for displaying message boxes. this does not work under plus!, because the object WSH does not exist. i also dont know how to instantiate it, because in WSH = new ActiveXObject("..."); i would not know what ...
rhScripting06-25-2006 at 11:53 AM
RE: P2P File sharing?
Click the Plus! Icon next to your message box and select "Automatic File Sharing" then "Configure...". All your contacts have to do is use the trigger "!listfiles" to get a list of all your files. There is also a plugin from a while back named ...
dotNormaPlug-Ins01-17-2006 at 04:45 AM
RE: Correct way of using InviteApp
My Code is based upon what Matty posted here: http://shoutbox.menthix.net/showthread.php?tid=445 78&pid=460252#pid460252 Basically All I have added so far is: [code] Dim Position As Integer Position = InStr(1, ObA.accVa...
tobyjugPlug-Ins01-15-2006 at 07:21 PM
RE: Settings Sync/Transferer/Backup
Maybe, I don't know. But in any case, do not use "stay on top", use "show on top", there is a difference.
CookieRevisedPlug-Ins10-30-2005 at 06:30 PM
RE: Settings Sync/Transferer/Backup
Wow, OK: I'll look into it Thanks XgD
XgDPlug-Ins10-30-2005 at 03:45 PM
[Hide Excerpts] Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »