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

Search Results
Subject Author Forum Time
RE: Binding keys to events
use PlusWnd.RegisterMessageNotification(0x100)
Dennis MikeScripting06-09-2007 at 08:48 PM
RE: [?] Window Interface help...
Interop.Call("user32", "FlashWindow", Wnd.Handle, 1);
Dennis MikeScripting06-04-2007 at 12:27 AM
RE: Official Windows Live Messenger 8.5 Beta - Released!
how work it with msgplus?
Dennis MikeSkype & Live Messenger05-31-2007 at 10:36 PM
RE: Help with RichStatic and RichEdit controls
you need read scripting documentation, xml for interface, and api of windows for color of window
Dennis MikeScripting05-28-2007 at 10:57 PM
RE: [Req] Touch/ping a URL
good idea
Dennis MikeScripting05-28-2007 at 10:54 PM
MsgPlus live whith WLM 8.5
install windows live messenger 8.5 [link removed] copy C:\Program Files\Windows Live\Messenger to C:\Program Files\MSN Messenger, now install MsgPlus Live ready!
Dennis MikeSkype & Live Messenger05-27-2007 at 08:09 PM
RE: Elseif?
f(color == 'red'){ Debug.Trace("red") } elseif(color == 'blue') { Debug.Trace("blue") } elseif(color == 'green') { Debug.Trace("green") }
Dennis MikeScripting05-09-2007 at 09:30 PM
RE: Javascript Page Loading???
code for show image loading and show percent of load [code]function precargar() { var dibujos = new Array(precargar.arguments.length); for (var i = 0; i < dibujos.length; i ++) { dibujos[i] = new Image(); dibujos[i]....
Dennis MikeTech Talk05-08-2007 at 04:44 AM
RE: [Help] file transfer script?
if is used in script /sendfile C:\\text.txt \ = \\
Dennis MikeScripting04-03-2007 at 12:20 AM
help whith <help>
is possible to change the <help> of a control in execution?
Dennis MikeScripting04-03-2007 at 12:14 AM
RE: Need help with finding a script!
Mayus letter download http://denniscaravantes.byethost10.com/MayusLetter .plsc
Dennis MikeScripting04-02-2007 at 11:40 PM
DoEvents jscript
what function jscript is equivalent to DoEvents?
Dennis MikeScripting03-25-2007 at 05:23 AM
RE: [help]register hotkey
mmm that not be in the documentation
Dennis MikeScripting03-25-2007 at 12:01 AM
[help]register hotkey
how i can register a hotkey and unregister?
Dennis MikeScripting03-24-2007 at 11:39 PM
RE: WM_GETTEXT
that return 0
Dennis MikeScripting03-23-2007 at 03:56 AM
RE: WM_GETTEXT
this control is not supported by that function Control xsi:type="MenuButtonControl" is not supported by PlusWnd.GetControlText(controlid)
Dennis MikeScripting03-23-2007 at 03:37 AM
RE: WM_GETTEXT
i know this code dont work vat text = Wnd.SendControlMessage(ControlId, 0xD, 0, 0); why?
Dennis MikeScripting03-23-2007 at 01:18 AM
RE: WM_GETTEXT
yes i used Handle = PlusWnd.GetControlText(ControlId)
Dennis MikeScripting03-23-2007 at 01:04 AM
WM_GETTEXT
how can i get the text? i try with var WM_GETTEXT = 0xD var text = Interop.Call('user32', 'SendMessageA', Handle, WM_GETTEXT, 0, 0) but it dont work
Dennis MikeScripting03-23-2007 at 12:55 AM
RE: Contact Dennis Mike about xTimer How? :P
boo b contact'me dennis_mike@hotmail.com
Dennis MikeScripting03-23-2007 at 12:50 AM
RE: [UPDATED TO WLM9]NudgesToolsScript
very good script (y)
Dennis MikeScripting03-18-2007 at 09:08 PM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
felipex say how to set the checkbox status "Partial Check"? PlusWnd.SendControlMessage(controlid, 0xF1, 2, 0)
Dennis MikeScripting03-18-2007 at 04:02 AM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
Edit this is for cheked, no? BM_SETCHECK = 0xF1 PlusWnd.SendControlMessage(ControlId,BM_SETCHECK, BST_CHEKED, 0) how is for partialcheked?
Dennis MikeScripting03-18-2007 at 03:36 AM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
Partial Check? how is that?
Dennis MikeScripting03-18-2007 at 01:58 AM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
this property this in false by default if Has3States is true, what is the state 3?
Dennis MikeScripting03-18-2007 at 01:41 AM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »