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

Search Results
Subject Author Forum Time
RE: [Ask]RichEdit Control and Syntax Color
ok thanks for the great help :D I'm doing it for ruby here's my V1: http://www.msgplus.net/scripts/view/557-RubyColor/ this question was for the V2 with a complete RUBY IDE ^^
LénScripting08-11-2009 at 07:17 PM
RE: [Ask]RichEdit Control and Syntax Color
oh yeah i finnaly understand ^^ but, how can search in the text my keyword ? for exemple def: [code]function OnWndScriptEnvEvent_EditTextChanged( pPlusWnd, sControlId ) { if ( sControlId === 'txtMessage' ) { sMessage = EnvWindow.GetContro...
LénScripting08-11-2009 at 05:52 PM
RE: [Ask]RichEdit Control and Syntax Color
i am trying to highliht key word such as "def, if, else ..." to do a window whis syntax colorizing. I try this and give you feedback. EDIT: here's my XML: [code] <Control xsi:type="RichEditControl" Id="txtMessage"> <Position Top="15" Wi...
LénScripting08-11-2009 at 03:20 PM
RE: [Ask]RichEdit Control and Syntax Color
could you give me an exemple please ? i'm not at ease with the MSDN help :D
LénScripting08-10-2009 at 08:33 PM
RE: [Ask]RichEdit Control and Syntax Color
yeah i know but i really don't know how to: - do it in real time - color just a word that i defined. I know that this function can color a Selection, but how to select a defined word ? imagine i 've a long text ! with a loop it will tke a lot of ti...
LénScripting08-10-2009 at 08:24 PM
RE: [OK]SendMessage Function
thanks it finally works great ! if you have a bit of time, check my second post: http://shoutbox.menthix.net/showthread.php?tid=918 09
LénScripting08-10-2009 at 07:49 PM
RE: [OK]SendMessage Function
Yey but .... no :D i've already tried, and i've just retried with your code, the debug tell me that e.item doesn't use this property or method on [code]e.item().SendMessage("blah");[/code]
LénScripting08-10-2009 at 12:02 PM
RE: [OK]SendMessage Function
I Love You <3 Errrr... Thanks A lot !!!! [u][b] EDIT:[/b][/u] I can't use the first cause i've never used Enumerator so ... where can I put SendMessage ? how ? and the second, with opened windows ... tell me that ChatWnd is undefined (but i have 2 ...
LénScripting08-10-2009 at 02:23 AM
RE: [OK]SendMessage Function
You didn't read my message ! If you have 3 chat windows opened, how do you know wich window it will be send ? i can't use your code 'cause it send the msg to the "active" window ....
LénScripting08-09-2009 at 11:26 PM
[OK]SendMessage Function
Hey it's me, again *-) well, i would send a message in a window ... not that hard if i want to send it to the last personn who has talk to me, but ... if i want to choose another personn ? I've found in the Help that i should use SendMessage: http:...
LénScripting08-09-2009 at 10:12 PM
[Ask]RichEdit Control and Syntax Color
Hi, I've search for a while and i still haven't found any informations about it. How can I colorize a list of key words in real time in a RichEdit Control inside a PlusWnd ? need help Thanks
LénScripting08-09-2009 at 04:44 PM
RE: How Can I Open Windows Explorer ?
Let's Tryin'.... Biiiip !!! Wroong! No ... it doesn't work with 8 on my script... (he is a rebel, or it is normal... who cares ^^).
LénScripting02-07-2008 at 12:36 AM
RE: How Can I Open Windows Explorer ?
OMG! you're great !! All work ! thanks guys
LénScripting02-07-2008 at 12:21 AM
RE: How Can I Open Windows Explorer ?
My script looks like it: [code]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ var explorer = '/explorer '; if(Message.substring(0,8)==explorer) { Interop.Call("shell32.dll", "ShellExecuteW", 0, "explore", "C:\\Documents and Se...
LénScripting02-06-2008 at 11:45 PM
RE: How Can I Open Windows Explorer ?
I try it now
LénScripting02-06-2008 at 11:26 PM
How Can I Open Windows Explorer ?
[align=left]Hi, After hours of research i've decided to post here... So my problem is that i want to create a command that open the windows explorer like the /received command do for "My received files" ... so if anybody knows how to do it...[/al...
LénScripting02-06-2008 at 11:11 PM
[Hide Excerpts]