mIRC Home    About    Download    Register    News    Help

Print Thread
#117439 15/04/05 11:17 PM
Joined: Dec 2004
Posts: 12
V
Pikka bird
OP Offline
Pikka bird
V
Joined: Dec 2004
Posts: 12
is there an event in mirc, or a dll, that will trigger an event when you maximize/minimize/resize internal mirc windows or the main mirc window?

#117440 15/04/05 11:26 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Perhaps..

Code:
On *:Appactive: {
  if ($appstate == minimized) { echo -s The status is: $v2 }
  elseif ($appstate == maximized) { echo -s The status is: $v2 }
  else { echo -s The status is: $appstate }
}

#117441 15/04/05 11:34 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
That will only work for minimized/tray to maximized and vice versa, it won't work for normal to maxized. It might be good enough for what he needs though.

vexation: Wnd.dll has this functionality.


New username: hixxy

Link Copied to Clipboard