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

Search Results
Subject Author Forum Time
RE: Is ther anyway of getin a script to access the more than 5 emotions part off stuff pl
I think this requires sending multi-packet or multi-part messages or something like that as I believe newer protocols support. I think the limit per message-part is 5 emoticons and hence by sending a multi-part message, the limit can be increased. A ...
VolvScripting02-09-2007 at 02:44 AM
RE: [Request] XBMC now playing
Also Stigmata, I'm not sure if you have an XBOX with XBMC or are just scripting this specifically for Horscht, but it is worth noting that in order to do this the user must first enable the Web Server (which is by default disabled) on their XBMC das...
VolvScripting02-09-2007 at 01:51 AM
RE: A script to change statuses after X minutes??
He wants the status to change only when he hasnt been attending for 15 minutes (ie. the user hasnt interacted with the PC for 15 mins)
VolvScripting02-08-2007 at 10:11 AM
RE: Automatic Message when starting Conversation
You're better off trying to detect when the user begins typing a message as it will actually work properly and it means that the user does actually want to talk to the bot and didn't just open the conversation window by accident. EDIT: Although I d...
VolvScripting02-08-2007 at 07:09 AM
RE: Block & Delete Question
If both of you have deleted each other then I think the other person will get the popup if you re-add them. If the other person has not deleted you then I dont think the other person will get any notification when you re-add them. PS: I'm not 100% s...
VolvSkype & Live Messenger02-07-2007 at 04:13 PM
RE: RPG Bot?
I think this could be quite possible if the script is running on your end and users open a conversation with you to play, but you would really need a database (preferrably a proper database as opposed to some form of flat-file database) to store play...
VolvScripting02-07-2007 at 02:57 PM
RE: A CALL FOR HELP!!
Most beginner questions may seem silly unless you're a beginner, and since you're a beginner (to Plus Scripting) I'm sure people will be more than willing to help you on these forums (most people here are friendly). Just try to check if your ques...
VolvScripting02-07-2007 at 02:47 PM
RE: [Release] Mini Messenger (updated)
By distributing a script you agree to it being open source and unless you have included license details such as what another user may or may not do with your code then unfortunately from a legal stand-point you have no control over any re-use or...
VolvScripting11-23-2006 at 05:00 PM
RE: Xbox controller for PC
You [i]did[/i] install the software from ddunk's link, right? :p
VolvTech Talk11-23-2006 at 08:26 AM
RE: To Boot Someone
It used to kick everyone in the conversation but MSN realised that it was being exploited to disrupt group conversations so they changed it such that only you are kicked and all other members of the conversation remain.
VolvScripting09-18-2006 at 06:47 AM
RE: Msn box
I would probably say that it's close to impossible to make it work for every game/application. You would most likely have to make it hook directly into DirectX (or whatever graphics engine the game uses) to actually render it to the screen 'over' ...
VolvScripting09-15-2006 at 10:56 AM
RE: Making a control visible
To make invisible; [b]Interop.Call("User32", "ShowWindow", Wnd.GetControlHandle("LblTop"), [color=red]0[/color]);[/b] To make visible; [b]Interop.Call("User32", "ShowWindow", Wnd.GetControlHandle("LblTop"), [color=red]1[/color]);[/b]
VolvScripting09-10-2006 at 03:49 AM
RE: {request} hyperlinked display picture
Not easily through a MsgPlus! script. In future it would be helpful if your topics had a little more info in their title...
VolvScripting09-05-2006 at 09:03 AM
RE: AIM plugin
I don't think SIMPLE is a defined protocol, I believe it's more like a protocol design technique (NB: I suck at explaining stuff) which both MSN and Yahoo utilise making it relatively easy for their two specific protocols to translate into one ano...
VolvWLM Plus! General08-23-2006 at 11:36 AM
RE: Listview issues
Columnidx should be either 0 (first column), 1 (2nd column), 2, 3 etc. Your ListView control in your XML file should also follow a similar format; [code] <Control xsi:type="ListViewControl" Id="lstContacts"> <Position Top="20" Width="326"...
VolvScripting07-21-2006 at 07:57 AM
RE: [Release]Group-Conversation Warning(Version 0.5)
Cookie, what then happens if you change your mind (eg. finished doing your homework or whatnot) and now want to be invited back into the convo after selecting the "Automatically close this convo" check box?
VolvScripting07-21-2006 at 07:44 AM
RE: Contact Is Typing
More importantly, would you like someone to know what [b]you[/b] are typing before youve sent it? The send button exists for a reason...
VolvScripting07-20-2006 at 10:41 AM
RE: [Request] Mass Spam
Well said.
VolvScripting07-19-2006 at 10:24 AM
RE: Strip Pong!
Message.substr(5)
VolvScripting07-18-2006 at 11:35 AM
RE: Strip Pong!
It does work, but remember that it has colour/font tags and actually contains "Pong! [resps]"
VolvScripting07-18-2006 at 11:21 AM
RE: Weather display script
A lazy man deserves no help...
VolvScripting07-16-2006 at 02:03 PM
RE: best way to store/save information?
PlusWnd.GetControlText to get the text from the EditControl & PlusWnd.SetControlText to set the text of the EditControl.
VolvScripting07-15-2006 at 03:53 PM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
Yeah, I don't like the idea either. I wouldn't like to receive an email which was just mass mailed by one of my contacts as there is no particular functional reason (as CookieRevised stated) which would require this...
VolvScripting07-13-2006 at 10:58 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
When selecting 'save a copy of this email to my inbox' it is sent to your WLM email address. Make sure you check your spam/trash folders for emails which dont arrive. The emails are sent fine in standard format, it is hotmail's treatment of the em...
VolvScripting07-12-2006 at 11:47 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
[B]Previous versions have been disabled as of today, to continue using Plus!Mail you must download the newest version (v1.5) from [URL=http://www.msgpluslive.net/scripts/browse/ind ex.php?act=view&id=17]http://www.msgpluslive.net/s cripts/browse/index....
VolvScripting07-12-2006 at 07:54 AM
[Hide Excerpts] Pages: (50): « First « 42 43 44 45 [ 46 ] 47 48 49 50 » Last »