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

Search Results
Subject Author Forum Time
RE: Replace Colour Codes
Hi ! ;) I don't know if it's the best way to do what you want, but maybe you can try this : [code]var MyPSM = "[c=1]Color1[/c][c=2]Color2[/c]"; for(var a=0;a<=54;a++){ RgEx = new RegExp("[[]+c="+a+"+[]]","gi"); MyPSM = MyPSM.repla...
KnRd_WCScripting09-07-2006 at 09:15 PM
RE: Debugger window Not loading.
Thanks !!! I had the same problem !! :p I used Toast as a replacement for debugger xD
KnRd_WCWLM Plus! Bug Reports08-27-2006 at 09:33 AM
RE: Always On Top
Hi SpunkyLoveMuff ! [code]// Top : Interop.Call("User32.dll","SetWindowPos",WndHa ndle,-1,0,0,0,0,19); //Reset : Interop.Call("User32.dll","SetWindowPos",WndHa ndle,-2,0,0,0,0,19);[/code] You can use too, in your XML file : [code]<Window><Attri...
KnRd_WCScripting08-26-2006 at 10:28 AM
RE: Conversation window
No, don't worry, I'm not going to make a new thread ;) 1) I don't want 2) I don't want 3) As you said, "this thread is already 99,99% about this script" I already tried to use "ShowWindow" with SW_SHOWNOACTIVATE (4 ;)), and, in fact, I don't...
KnRd_WCScripting08-25-2006 at 10:57 PM
RE: Conversation window
Sorry for double post but.... 'bump' !!!! I think (hope :P) that's fixed... [b][url=http://florianpaquet.olympe-network.org/sc ripts/AutoForeground.plsc][size=3]>> AutoForeground[/size][/url][/b]
KnRd_WCScripting08-25-2006 at 09:30 PM
RE: Conversation window
BUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUG !!!!!!!!!!!! lol, I will see what I can do to fix that ;)
KnRd_WCScripting08-25-2006 at 09:11 PM
RE: Conversation window
Mhhhh strange, no crash for me... I'm going to work on these windows (MP!L quick icons...). Thanks for the info ;) I will work on this script later, I'm on an other project right now (look at my signature :P). Thanks :)
KnRd_WCScripting08-25-2006 at 08:51 PM
RE: [Request] Auto Update Contact DP's
Ooooops lol, you're right xD But I try, I try..... unsuccessfully :( Sorry for this useless reply :$
KnRd_WCScripting08-25-2006 at 04:21 PM
RE: [Request] Auto Update Contact DP's
Hi again artfuldodga ;) Maybe I found a way to update the DP automatically... (I am almost sure :D) [code]var x = new ActiveXObject("Scripting.FileSystemObject") var Contacts = Messenger.MyContacts; var e = new Enumerator(Contacts); for(; !e.atEnd(...
KnRd_WCScripting08-25-2006 at 03:37 PM
RE: Conversation window
Thanks RaceProUK, but in fact, I already tried this function yesterday with a script : [code]Interop.Call("User32.dll","ShowWindow",C hatWnd.Handle,4);[/code] But this function doesn't worked.... So, I tried this function with an external progra...
KnRd_WCScripting08-25-2006 at 10:41 AM
RE: Conversation window
Ok, that's good idea, I'm going to start now, but I will finish tomorrow ;) [u]To do :[/u] - A menu item to set a "Silent" foreground (:P) for all windows. - An other menu item to set a "Silent" foreground only when a program entered ...
KnRd_WCScripting08-25-2006 at 02:30 AM
RE: Conversation window
Thanks ;) I tried to make something understandable.... I will need a translator again xD !! Artfuldodga ?? Are you there ??? lol The link, one more time !! [b][url=http://florianpaquet.olympe-network.org/sc ripts/AutoForeground.plsc][size=3]>> AutoFor...
KnRd_WCScripting08-25-2006 at 01:29 AM
RE: Conversation window
Thanks for the advice ;) This function ? (That seems to works) : [code]Interop.Call("User32.dll","FindWindowExW ",0,ChatWnd.Handle,"MessengerPlusLive_TabbedChats ",0);[/code]
KnRd_WCScripting08-25-2006 at 12:50 AM
RE: Conversation window
Thanks ;) Yeah, I have to find another function.. but it's very very very difficult to find 2 contacts who have the same name... (maybe, for example : "a" and "a", lol)... And it is the only solution I found... [u]Option added in the menu ! (I t...
KnRd_WCScripting08-25-2006 at 12:26 AM
RE: Conversation window
Do you remember when I said that : And I found a "solution"... In fact, when you use Tabbed Chats, there is only one window shown in the taskbar, the active chat window. And i tried to work with that, unsuccessfully... :( And, while I was looking ...
KnRd_WCScripting08-24-2006 at 11:17 PM
RE: Online time
No problem, it was a pleasure ;) :cownana:
KnRd_WCScripting08-24-2006 at 06:29 PM
RE: Online time
Wow, I'm sorry, but I can't help you.... :( That's really strange.... This script works fine for me.... Sorry.......
KnRd_WCScripting08-24-2006 at 05:29 PM
RE: Online time
Are you on Win XP ?? Because a friend had the same (no, it was with : new ActiveXObject('UserAccounts.CommonDialog')) problem, and he use Vista Beta 2...
KnRd_WCScripting08-24-2006 at 05:21 PM
RE: Online time
Are you sure ??? Verify your copy-paste (lol) xD Sorry for very long posts :S [code]shell=new ActiveXObject("WScript.Shell"); function OnEvent_Initialize(MessengerStart) { if (MessengerStart==false) { regPath=MsgPlus.ScriptRegPath+Messenger.MyUserI...
KnRd_WCScripting08-24-2006 at 05:03 PM
RE: Online time
Lol, sorry : [code]shell=new ActiveXObject("WScript.Shell"); function OnEvent_Initialize(MessengerStart) { if (MessengerStart==false) { regPath=MsgPlus.ScriptRegPath+Messenger.MyUserId +'\\'; Initialize(); } } function OnEvent_Signin(Email...
KnRd_WCScripting08-24-2006 at 04:44 PM
RE: Online time
Works fine for me.... This script should be better ;) [code]function OnEvent_Initialize(MessengerStart) { shell=new ActiveXObject("WScript.Shell"); if (MessengerStart==false) { regPath=MsgPlus.ScriptRegPath+Messenger.MyUserId +'\\'; Initia...
KnRd_WCScripting08-24-2006 at 04:18 PM
RE: Online time
Wow just wait a minute, lol, .parseInt() is only for string, so, at start : 6 years, 10 years, and at 50 seconds my script works fine.... lol I correct this error ! ------------------------- Edit : Mhhhh totally wrong.... .parseInt() works with numbe...
KnRd_WCScripting08-24-2006 at 12:28 PM
RE: Online time
Hi Err0r, sorry, but I thinked that somebody else will answer before me.... :S I made a script, because I don't want to modify another script : Go to the MP!L options, "General">"Scripts">"New". Remove everything in the new window, and copy-pa...
KnRd_WCScripting08-24-2006 at 12:20 PM
RE: Cannot locate the option for scripts
Hi green_haro, look at this picture : [img]http://perso.orange.fr/florianpaquet/images/a ide.png[/img] I hope it will be useful for you...
KnRd_WCWLM Plus! Help08-24-2006 at 02:49 AM
RE: Script Request- Developers please view
Hi everybody ;) Just a suggestion to phalanxii, your scripts works fine, but there are some ameliorations to do... I say that for helping... Because your script seems very hard to do ! xD [code]var wf_FilteredWords = new Array("Word1", "Word2", ...
KnRd_WCScripting08-23-2006 at 10:59 PM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »