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

Search Results
Subject Author Forum Time
[WEB] Account clashing/confusion
I have another account registered with the same email on this site for some unknown (probably stupid) reason ([url=http://shoutbox.menthix.net/member.php?actio n=profile&uid=56008][noparse]:zippy:[/noparse][/ur l]) and it seems to be confusing the new ...
Eljay12-22-2010 at 06:20 PM
Structure definition class
It's quite funny how similar your struct system is to one I started making :P How do you define elements that are arrays with your system? e.g. [url=http://msdn.microsoft.com/en-us/library/dd145 037(VS.85).aspx]lfFaceName in LOGFONT[/url]. I was tryi...
EljayScripting10-18-2010 at 09:16 PM
RE: Update regarding Messenger 2011
I assume it's the ability to apply multiple skins at once. You could then make small skins instead of full modifications (e.g. you could have a skin that simply hides ads* and apply it over any other skin). With a dynamic skinning system, this shou...
Eljay10-07-2010 at 05:51 PM
RE: if = true and also executing else
I made a small script called [url=http://leejeffery.co.uk/OnLock.plsc] OnLock[/url] that detects when Windows is locked/unlocked and changes status. Feel free to use it as a basis or steal bits of it for whatever it is you want to do :P
EljayScripting09-11-2010 at 02:04 PM
RE: pid=1000000
That's nothing, I got 999999 and 1000001! :P
EljayGeneral Chit Chat08-30-2010 at 03:30 PM
RE: AJAX isn't working
I agree it can be harder to read if you omit the braces, but what I meant was, for example, the difference between these two code blocks: [code=js]if(functionA()) { if(functionB()) { // do something } else { // handle error b } } else { // ...
EljayScripting08-30-2010 at 10:35 AM
RE: AJAX isn't working
The way that your code is structured is fine, obviously return will not be executed and execution of that function will continue so I don't know what Cookie is on about there :P (I actually prefer coding like that, much easier to read and debug with...
EljayScripting08-30-2010 at 09:41 AM
RE: Could someone do me a favor and run this
[img]http://shoutbox.menthix.net/attachment.php?pi d=999663[/img]
EljayScripting08-24-2010 at 03:29 PM
RE: Could someone do me a favor and run this
It displays nothing at all :P [quote]Script is starting Script is now loaded and ready Function called: OnEvent_ChatWndCreated[/quote]
EljayScripting08-24-2010 at 03:20 PM
RE: [?] Shadows on PlusWnds
CS_DROPSHADOW is a class style (hence "CS_") and can be applied using [url=http://msdn.microsoft.com/en-us/library/ms633 588(VS.85).aspx]SetClassLong[/url]. However, it will affect all Plus! windows as they share the same class. Also, it only affect...
EljayScripting08-12-2010 at 05:54 PM
RE: News news
Something tells me this poor child might get an unfortunate RPG-based name :P Congratulations! :)
EljayGeneral Chit Chat08-02-2010 at 07:41 AM
RE: i <3 all :)
Ah well, this will do now you have joined in! [img]http://shoutbox.menthix.net/images/smilies/st affspam.gif[/img] :P
Eljay07-30-2010 at 05:09 PM
RE: [?] Using XML DOM "childNodes" property...
Are you sure the window actually has a "Controls" node? It seems to work fine here... As for how to loop through them, you simply create an Enumerator like you have already done for the Windows. [code=JScript] var ControlEnum = new Enumerator(node....
EljayScripting07-25-2010 at 02:50 PM
RE: Links ending with a )
The "escape" method shouldn't be used for this though: Unfortunately, using encodeURI doesn't encode parentheses (it appears JScript 5.6 is older than the latest RFC about URIs :P) so it doesn't really help. Although even if they are reserved c...
EljayScripting07-25-2010 at 02:29 PM
RE: [?] Sort array by keys...
Objects can't be sorted by any built-in function that I know of. If you just need to access them in order you can create a separate array containing just the keys and sort that. [code=JScript]var MyObj = {}; // Define empty object MyObj["X"] = 'b...
EljayScripting07-23-2010 at 07:13 PM
RE: Generic Subclassing Helper DLL
There might be a bit more interest if it wasn't in the beta testing forum :P [b]Edit:[/b] I am interested btw, forgot to add that bit.
Eljay07-20-2010 at 06:55 PM
RE: [released] Formatting hotkeys
Isn't this exactly what this does? [img]http://shoutbox.menthix.net/attachment.php?pi d=997055[/img] :P
EljayScripting07-01-2010 at 02:38 PM
RE: Essentials Public Beta release
Right click on contact > Choose Sounds
EljaySkype & Live Messenger06-25-2010 at 07:57 AM
RE: World cup South Africa 2010
Come on, Wales! Oh wait... :(
EljayGeneral Chit Chat06-11-2010 at 09:55 AM
RE: A few questions.
Haha, my thoughts exactly. There just [b]has[/b] to be something that breaks magically elsewhere :P
EljayScripting05-06-2010 at 07:25 AM
RE: A few questions.
Continuing to play around with communicating the other way via some callback objects... not sure if this is dodgy, my code is probably horrible because I've never done anything like this before but it seems to work ok :P This example script just cre...
EljayScripting05-05-2010 at 08:41 AM
RE: A few questions.
Hmm well after playing around for a while (I haven't done much scripting/skinning experimentation for ages, damn uni :P) I have managed to add a button with a custom cmdid using a skin and using Mnjul's subclassing dll I have managed to output a me...
EljayScripting05-04-2010 at 10:14 PM
RE: A few questions.
Yeah that does seem like it would be amazingly difficult (if not impossible) to do from a script. Assuming the way that Plus! modifies them is by using detours to proxy resource loading functions (LoadResource etc.), then a script would need to also ...
EljayScripting05-04-2010 at 07:47 PM
RE: A few questions.
Which stuff is manually draw by Plus! on chat windows? Isn't all the custom Plus! stuff just done by modifying the uifiles and letting WLM handle the drawing?
EljayScripting05-04-2010 at 06:51 PM
RE: April Desktops
[url=http://leejeffery.co.uk/images/Desktop_2010-0 4-02.png][img]http://leejeffery.co.uk/images/Deskt op_2010-04-02_thumbnail.png[/img][/url]
EljayGeneral Chit Chat04-02-2010 at 09:56 AM
[Hide Excerpts] Pages: (115): « First « 1 [ 2 ] 3 4 5 6 » Last »