What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help] 3 Question's

[Help] 3 Question's
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Help] 3 Question's
You can use the
code:
OnWindowIdEvent_CtrlClicked(pPlusWnd, sControlId){
    //pPlusWnd is the Plus! object for the window
    //sControlId is the Id of the control that is clicked

    //To get the text use the following :
    var sText = pPlusWnd.GetControlText('myTextBox');
}

To store it in the registry take a look at this page I made.
http://mattyg.ca/geshi/registry.php
07-07-2006 03:49 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] 3 Question's - by icepick66 on 06-26-2006 at 07:45 PM
RE: [Help] 3 Question's - by icepick66 on 06-27-2006 at 01:50 PM
RE: [Help] 3 Question's - by pollolibredegrasa on 07-07-2006 at 03:38 PM
RE: [Help] 3 Question's - by matty on 07-07-2006 at 03:49 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On