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);
}