[Help] Patchou we cant get the Handle of Menu? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Help] Patchou we cant get the Handle of Menu? (/showthread.php?tid=75887) [Help] Patchou we cant get the Handle of Menu? by Flash on 07-05-2007 at 04:35 PM
i can destroy or close a Menu open from MenuButton control with a cmd like this code:i see i canT get the handle for the menu with getcontrolhandle that not work, but a cmd exist for close the menu? code: RE: [Help] Patchou we cant get the Handle of Menu? by deAd on 07-05-2007 at 05:51 PM
If you are just trying to close a menu which is open, simulate a click on the button which opened it (this will open it if it is closed) or simulate a click on an empty part of the dialog (make sure it's empty so you don't end up clicking another control by accident). RE: [Help] Patchou we cant get the Handle of Menu? by Flash on 07-05-2007 at 06:47 PM
Damn that code work fine but now i cant only close lol RE: [Help] Patchou we cant get the Handle of Menu? by deAd on 07-05-2007 at 06:54 PM Don't use DestroyMenu on the handle the other code produces, because the handle is reused. RE: [Help] Patchou we cant get the Handle of Menu? by Flash on 07-05-2007 at 07:52 PM
so i use other button now lol |