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

Search Results
Subject Author Forum Time
RE: Plz helllp --> crazy font
i think the font has been added to the windows Fonts directory remove it from there "Control Panel -> Fonts"
effectionScripting03-15-2007 at 10:00 PM
RE: removing emotions?
okay, here is basically what my script is there's other things added to it but this most simplest version and it wont even work. [code] function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){ var EmoCI = /(:((-?(\)|D|>|O|P|...
effectionScripting03-15-2007 at 09:15 PM
RE: removing emotions?
but its not returning it to the screen right its still returning the actual original message :(
effectionScripting03-15-2007 at 04:01 PM
RE: removing emotions?
no if you read my first post i can do that (thanks anyway) but its when it comes to displaying it for example [code] function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){ return RemoveEmoticons(Message); } [/code] if get a ...
effectionScripting03-14-2007 at 10:10 PM
removing emotions?
well im having trouble removing emotions from messages sent to me. I have code that detects all the default emoticons and custom ones as well, i then call [code]Message = Message.replace(data, " ");[/code] which replaces the emoticon shortcut code...
effectionScripting03-14-2007 at 09:01 PM
RE: Changing a buttons image?
any examples? i haven't used custom look or an image element for that fact
effectionScripting03-12-2007 at 10:14 PM
RE: [help]emoticons & Xniff
so you want to filter out emotions for specified contacts? il see what i can do
effectionScripting03-12-2007 at 06:35 PM
RE: Changing a buttons image?
yeah i was hoping not to result to that and just have some regidtry settings :(
effectionScripting03-12-2007 at 03:48 PM
RE: Script Command
plus has a wiki? haha ooh well i forgot about returning an null sting thanks
effectionScripting03-11-2007 at 10:24 PM
RE: Script Command
yes i am getting that error with my new script i have created :( it happens even if i place the commands inside the ScriptInfo.xml file... is it a bug?
effectionScripting03-11-2007 at 09:12 PM
RE: Script Command
var test1 = 'Hello World!'; function OnGetScriptCommands() { var ScriptCommands = "<ScriptCommands>"; ScriptCommands += "<Command>"; ScriptCommands += "<Name>test</Name>"; ScriptCommands += "<Description>testing<...
effectionScripting03-11-2007 at 08:41 PM
Changing a buttons image?
i want to be able to change the image i am using to skin a button from a script and not have to edit the xml file. ive seen the function "ImageElmt_SetImageFile" but that is only to set image elements and i'm not sure how to use an image element t...
effectionScripting03-11-2007 at 08:33 PM
RE: [beta] WLMTunes
sorry i dont understand what you mean could you explain it to me a bit more? what is closing?
effectionScripting03-09-2007 at 10:10 PM
RE: [beta] WLMTunes
Thanks for the tip =] yeah im going to add customisation for every aspect of this script i can possibly code so you can make it to suit your needs
effectionScripting03-09-2007 at 05:34 PM
[library] MouseOver
Taken from my WLMTunes script, allows you to set up mouse event regions within a window. Messy code, but it gets the job done ;) Useage: 1) copy the "mouse.js" file to your script directory. 2) copy in the timer handlers to your OnEvent_Timer as sh...
effectionScripting03-08-2007 at 10:57 PM
RE: WM_NOTIFY Help - (Noobs stay away! haha)
[code]typedef struct tagNMHDR { HWND hwndFrom; UINT_PTR idFrom; UINT code; } NMHDR;[/code] now im not sure what size the HWND structure is (i think it is an integer) but UINT_PTR should be a 32bit value and so should UINT, so could you no...
effectionScripting03-08-2007 at 10:34 PM
RE: [beta] WLMTunes
yeah this was only a release to see the bugs im going to add as much customisation to the script as i possibly can over the next day or two
effectionScripting03-08-2007 at 03:44 PM
RE: [beta] WLMTunes
okay thanks everyone! il look into a few things tonight. and as for the multimedia keyboards, not everyone owns one, i don't that's why i made this.
effectionScripting03-08-2007 at 08:08 AM
[beta] WLMTunes
well I know what your all thinking "not another media script"... [u][b]Main Features:[/b][/u] [b]Chat window controls[/b] [img]http://img140.imageshack.us/img140/4125/chatw inqi9.gif[/img] [b]Playlists[/b] [img]http://img183.imageshack.us/img183/687...
effectionScripting03-07-2007 at 11:00 PM
RE: [?] writing my own dll C++
anything? ive got no real experience of dlls in C++
effectionScripting02-01-2007 at 09:44 PM
RE: [?] writing my own dll C++
can you explain or give a small example please :-/ ?
effectionScripting01-29-2007 at 06:27 PM
[?] writing my own dll C++
Can someone explain to me exactly what type of dll i have to create so i can call it from within my script please? thankyou :)
effectionScripting01-28-2007 at 10:29 PM
RE: [Library] SliderControl
nice could come in useful :)
effectionScripting01-21-2007 at 11:46 PM
RE: [?] Getting the exact window position?
ah right i see im stupid i didnt look at the code right! i seen [code] Interop.Call("User32", "GetWindowRect", Handle * 1, RECT); var CurWidth = RECT.ReadDWORD(8) - RECT.ReadDWORD(0);[/code] and didn't realise that it was getting the coords the...
effectionScripting12-24-2006 at 08:45 PM
[?] Getting the exact window position?
I know that GetWindowRect gets the size of the window relevant to the top left corner of the window but is there anyway to get the position of the window relevant to the top left corner of the full screen?
effectionScripting12-24-2006 at 05:07 PM
[Hide Excerpts] Pages: (6): « First « 1 2 3 4 [ 5 ] 6 » Last »