How to close window - 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: How to close window (/showthread.php?tid=94286) How to close window by zeroip on 04-02-2010 at 10:15 PM
code: How I can close the Window: WndAsk if function OnWndAskEvent_CtrlClicked is activ? RE: How to close window by roflmao456 on 04-02-2010 at 10:38 PM
put the WndAsk CreateWnd function into a global variable and then use the Close function with that global variable code: ...or use the PlusWnd object (didn't see that LOL) code: RE: How to close window by zeroip on 04-03-2010 at 05:25 PM Oh thank you =) with PlusWnd.Close() it didnt work but with PlusWnd.Close(0) it do! thx |