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

Search Results
Subject Author Forum Time
RE: [Solved] Borderless transparent button?
Just put an image element with no image (or a static control with no content) and use the standard 'On[i]Windowid[/i]Event_CtrlClicked()' event.
VolvScripting07-11-2006 at 08:40 AM
RE: Specific Group Colouring [REQUEST]
What happens if contacts are members of multiple groups?
VolvScripting07-11-2006 at 08:37 AM
RE: disable script
Just dont make the script do anything unless it has been configured... Don't really see what the problem is...
VolvScripting07-11-2006 at 08:36 AM
RE: Script does not start, or hook onto Plus! menu
Well considering I only have about 6 variables declared outside function and all of those declarations are either setting the var to 0 or "" :(
VolvScripting07-10-2006 at 02:14 PM
RE: Want to learn
I dont think the documentation is designed for beginners, you'll still need to learn how JScript works yourself from other sources; it's more of a reference manual to understand what MsgPlus properties and objects have been introduced to the JScrip...
VolvScripting07-10-2006 at 12:50 PM
RE: JScript too hard to use
For some reason I dont think anything said here by anyone will change the fact that Plus! uses JScript, so get over it and stop arguing about trivial matters...
VolvScripting07-10-2006 at 12:43 PM
RE: Script does not start, or hook onto Plus! menu
Yes, this problem happens with myself also. My 'OnGetScriptCommands()' returns perfect syntax but fails to show the new command in the commands menu. It only happens with my scripts (even blank scripts) for some reason, and i have had problems with...
VolvScripting07-09-2006 at 01:59 PM
RE: [Release] Capitalization Script
I would think so...
VolvScripting07-09-2006 at 12:50 PM
RE: [Release] Capitalization Script
Youve actually wasted a line of code by storing the return value in a variable...
VolvScripting07-09-2006 at 12:46 PM
RE: Login auto send
Read the official scripting documentation; [URL=http://www.msgpluslive.net/scripts/browse/ind ex.php?act=view&id=13]http://www.msgpluslive.net/s cripts/browse/index.php?act=view&id=13[/URL] It will help you with all of these problems. [code] OnEvent_Co...
VolvScripting07-08-2006 at 12:36 PM
RE: Sign Out
Why does he even know your password in the first place, and why don't you change it?
VolvScripting07-08-2006 at 11:46 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
[b]Important Update: All current users of Plus!Mail must update to the newest version (v1.5) which can be downloaded from [URL=http://www.msgpluslive.net/scripts/browse/ind ex.php?act=view&id=17]http://www.msgpluslive.net/s cripts/browse/index.php?act=...
VolvScripting07-08-2006 at 09:50 AM
RE: Persisting data best practice
Files are definitely the best in theory, but registry can be faster (which isnt really very important unless you're continuously reading from a file in some form of loop) and easier to work with.
VolvScripting07-06-2006 at 06:19 AM
RE: Run Windows Media Player from WLM
Please stop posting the same problem in multiple threads; look at the other thread, it has already been answered.
VolvScripting07-06-2006 at 06:11 AM
RE: EXECUTE APPLICATION
wlmcrap, reading the documentation can be useful - return the new value; [code] function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if(Message == "!wmp") { ChatWnd.SendMessage("/run C:\\Program Files\\Window...
VolvScripting07-06-2006 at 06:10 AM
RE: EXECUTE APPLICATION
You're not setting an initial condition in your for() loop nor are you treating the email you are checking for as a string. You're also not actually checking if the user who sent you the message is xxx@yyy.zzz but if that user is within the convers...
VolvScripting07-06-2006 at 12:52 AM
RE: [Request] UserAccounts.CommonDialog
[quote][i]Originally posted by Eljay[/i] [code]var BrowseInfo = Interop.Allocate(32); BrowseInfo.WriteDWORD(0, 0); //hOwner BrowseInfo.WriteDWORD(4, 0); //pidlRoot var foldertitle = Interop.Allocate((255+1) * 2); BrowseInfo.WriteDWORD(8, foldertitle....
VolvScripting07-04-2006 at 02:18 PM
RE: [Joke] [Release] Open Window Notification
[color=white]What an idiot[/color] Obviously that contact has you blocked or is on Appear Offline...
VolvScripting07-04-2006 at 10:17 AM
RE: [Joke] [Release] Open Window Notification
[color=white]Disclaimer: I take no responsibility for any false information within this post[/color] Wow this is a great script and it works well, thanks Stigmata!
VolvScripting07-03-2006 at 02:39 PM
RE: [Question] How to display the BrowseFolder dialog box?
I asked this in another topic and the code provided by Matty done by Choli works well [URL=http://shoutbox.menthix.net/showthread.php?ti d=60949]http://shoutbox.menthix.net/showthread.php ?tid=60949[/URL]
Volv07-01-2006 at 01:56 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
The server-side script does nothing but redirect the received data to an SMTP server, unfortunately I can't provide you with anything other than my word but I promise that I do [i]not[/i] log the emails being sent...
VolvScripting06-27-2006 at 06:27 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
It should send to hotmail addresses fine, I just tried it. Make sure you check your spam folder just in case it ended up in there for some reason.
VolvScripting06-25-2006 at 11:57 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
[quote=CookieRevised]To install any script you need to download the scriptpack file (the file with the extension PLSC) If the downloaded file is saved on your computer as a ZIP file, you first need to rename the extension to PLSC. Note: it might be ...
VolvScripting06-25-2006 at 11:52 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
It seems to be working fine at the moment, it could be due to the speed of your internet connection.
VolvScripting06-25-2006 at 10:36 AM
RE: [UPDATE] Plus!Mail v1.9 - Email Sender
Thanks for your feedback That's fine :D Glad to see people checking out the source; there's a lot of useful functions included in the source which arent actually used, it's all generally well organised and I thought some of it might come in handy...
VolvScripting06-25-2006 at 10:27 AM
[Hide Excerpts] Pages: (50): « First « 43 44 45 46 [ 47 ] 48 49 50 » Last »