What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Problem] MenuButtonControl

[Problem] MenuButtonControl
Author: Message:
Flash
Junior Member
**

Avatar
All time Ready

Posts: 86
Reputation: 2
44 / Male / Flag
Joined: Aug 2006
RE: [Problem] MenuButtonControl
Felu now menu work fine, but i need to disable some menu entry u know how?
i try with thAt but that not work, because its a children or i dont know lol?

code:
function ControlEnable(PlusWnd, sControlId, bState) {
    var hCtrl = PlusWnd.GetControlHandle(sControlId);
    if (arguments.length === 3) Interop.Call("User32", "EnableWindow", hCtrl, bState);
    return Interop.Call("User32", "IsWindowEnabled", hCtrl);
}


This post was edited on 02-11-2007 at 08:22 AM by Flash.
My script: Psdp
02-11-2007 08:17 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Problem] MenuButtonControl - by Rene on 07-03-2006 at 05:12 PM
RE: [Problem] MenuButtonControl - by Felu on 02-11-2007 at 06:06 AM
RE: [Problem] MenuButtonControl - by Flash on 02-11-2007 at 08:17 AM
RE: [Problem] MenuButtonControl - by Felu on 02-11-2007 at 10:15 AM
RE: [Problem] MenuButtonControl - by Flash on 02-11-2007 at 10:42 AM
RE: [Problem] MenuButtonControl - by deAd on 02-11-2007 at 03:31 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