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

Search Results
Subject Author Forum Time
RE: [?] VLC API
Translating C is not easy, but I think it should be possible in a lot of cases. For example all windows api calls (as normal functions in C) can be done in JScript, and using structs can be done in JScript, etc... What part troubles you?
J-ThreadScripting12-25-2006 at 12:11 PM
RE: [Release] OldPlugins 0.8
Sorry I don't get the question :S. What dll? The dll included in the script should just be in the script's directory, where it will be placed when you install the script... The plugins dll's should be in the messenger plus directory where they are...
J-ThreadScripting12-23-2006 at 10:11 PM
RE: [Release] OldPlugins 0.8
Maybe you can test it yourselve?
J-ThreadScripting12-22-2006 at 07:01 PM
RE: Scripts, Stats and Wishes
Because I don't have a tv, and that's why I have that much money! Right?^o)*-) Anyhow, a merry new year and a happy christmas to you all, and good luck with all the nice (and crappy :P) scripts!(Y)
J-ThreadAnnouncements & News12-21-2006 at 11:14 PM
RE: Which script(s) did you enter?
- [url=http://www.msgpluslive.net/scripts/view/40/]N ickChange[/url] - [url=http://www.msgpluslive.net/scripts/view/238-O ldPlugins/]OldPlugins[/url]
J-ThreadScripting12-21-2006 at 10:35 AM
RE: [Release] OldPlugins 0.8
No problem, negative feedback is MUCH better then positive feedback. I am a perfectionist so I like to get better and better. I think I can state that I am a good programmer, but I just don't have much experience JScript neither with C++ (what the ...
J-ThreadScripting12-21-2006 at 10:31 AM
RE: [Release] OldPlugins 0.8
- Reverse Plugin - Music Logger Plus - Sample in C (not usefull, but it does work :P) I've mainly tested the ones that didn't work to get it right, so maybe other people can add plugins to the list? You can try the plugins you like, in the worse ca...
J-ThreadScripting12-20-2006 at 10:02 PM
[Release] OldPlugins 0.8
[url=http://www.msgpluslive.net/scripts/view/238/] Visit the script in the scrips database[/url] Post all your comments / bugs / feature requests etc about the script in this thread. I will post a longer description tomorrow. Download plugins in the o...
J-ThreadScripting12-20-2006 at 09:30 PM
RE: Scripting Contest - Final Strech
Submitted! Now I can sleep again|-)
J-ThreadAnnouncements & News12-20-2006 at 12:12 AM
RE: [Release] Condom++ (Version 2 - Extra Pleasure)
That's your favorite right?:o
J-ThreadScripting12-18-2006 at 10:04 PM
RE: [Release] Stickynotes
A (potential feature) list or a potential (feature list)?
J-ThreadScripting12-17-2006 at 10:13 PM
RE: Need some serious scripting help!
Replace [b]S[/b]ubstring by [b]s[/b]ubstring;)
J-ThreadScripting12-17-2006 at 03:32 PM
RE: [Release] NickChange 1.5
There's a new window for choosing the active categories now, the character counter was added, and some minor improvements to the code were made. I know about that bug, but the problem is that I can't capture the event when a new item is selected wi...
J-ThreadScripting12-17-2006 at 12:07 PM
RE: [Release] NickChange 1.5
And [url=http://www.msgpluslive.net/scripts/view/40-Ni ckChange/]here[/url] is version 1.3(Y);)
J-ThreadScripting12-16-2006 at 08:09 PM
RE: [split] What scripts can't do.
&& and || are not bitwise operators but boolean operators... There are bitwise operators (see [url=http://msdn.microsoft.com/library/default.asp ?url=/library/en-us/script56/html/bc2b4a6a-209e-4d 59-8c24-59db01d53b1e.asp]the MSDN[/url] for more info) b...
J-ThreadScripting12-14-2006 at 10:58 AM
RE: Scripting Contest - Final Strech
Sure, I haven't submitted the winning script yet:-#;) 3 to go, I'm really busy, hope I'll make it before the end of the contest. And else....we will have some nice updates / new scripts after the contest:P
J-ThreadAnnouncements & News12-14-2006 at 09:31 AM
RE: Script contest
I have 3 submissions to go this week... Have been working very hard on a script which is going to be really cool, and I hope to be able to submit within a few days. And of course I will update both my other scripts :P
J-ThreadScripting12-11-2006 at 11:06 AM
RE: [Release] MsgHelp Private Message Notifier
I'd make it: [code][noparse]<?xml version="1.0" encoding="utf-16" ?> <String Name="ConfigCheckEvery">Controleer op nieuwe PB's iedere:</String>[/noparse][/code] Because it comes from Personal Message, which is usually translated as "Perso...
J-ThreadScripting12-07-2006 at 05:02 PM
RE: Disable access to parent chat window when child xml window open
Code after the return will not be executed. Make that: [code] Wnd.Close(0); Interop.Call("user32.dll", "EnableWindow", ChatWnd.Handle, true); return Message; [/code]
J-ThreadScripting12-06-2006 at 10:29 PM
RE: [?] Calculator in trouble!
[code] Token += this.charAt(i++ + 1); [/code] Sorry for posting without giving a good answer, but that really hurts my eyes!! Please make it: [code] Token += this.charAt(++i); [/code] And this doesn't look Ok to me either: [code]if (/^degrees?$/i.te...
J-ThreadScripting12-05-2006 at 08:45 PM
RE: [?] EditControl/Attributes/AcceptFiles
Search the [url=http://www.msdn.com]MSDN[/url], I think you will have to check for certain window messages...
J-ThreadScripting12-04-2006 at 10:47 PM
RE: [Release] SendTo v2.2 [Final]
I wouldn't be so sure about that... Ok, 300 people is a lot, but with the upcoming popularity of the bots the amount of online users grows. As a bot developer I have to try as much bots as I can, so they are always online in my list;). But for now ...
J-ThreadScripting12-04-2006 at 10:32 PM
RE: [?] Submenus
And in addition to this, keep in mind that you can nest submenu's as far as you want, ie: [code] <ScriptMenu> <MenuEntry Id="foo">Normal menu entry</MenuEntry> <SubMenu Label="SubMenu name here"> <SubMenu Label="SubMenu2"> ...
J-ThreadScripting12-02-2006 at 11:10 PM
RE: Nick Changer Script
Download the script [url=http://www.msgpluslive.net/scripts/view/40/]h ere[/url], make sure you save it as .plsc, then double click it in explorer and messenger plus should open it... Else try reinstalling messenger plus live, maybe something went wro...
J-ThreadScripting11-30-2006 at 03:15 PM
RE: When did "You" stop believing in santa claus?
Sinterklaas is much better then santa, AND he is real. I saw him yesterday, together with some "black pete's" at my university^o)
J-ThreadGeneral Chit Chat11-29-2006 at 09:02 PM
[Hide Excerpts] Pages: (19): « First « 1 [ 2 ] 3 4 5 6 » Last »