mIRC Homepage
Posted By: Bullseye Full screen - 22/06/06 10:43 AM
I want to make sure my script always opens full screen.
How do i do this?
Code:
 on *:start: { ???????????????} 


Thanks for any help given.
Posted By: Taggnostr Re: Full screen - 22/06/06 10:58 AM
you can right click on a #channel on the switchbar and select position->save all when it's full screen.
or you want to do it by code?
Posted By: Bullseye Re: Full screen - 22/06/06 11:01 AM
I want it to happen right away on startup and code is the best way.
Posted By: Taggnostr Re: Full screen - 22/06/06 11:08 AM
I can't find anything in the /help, maybe you can write in the mirc.ini file in the [windows] section
Posted By: RuFy Re: Full screen - 23/06/06 08:21 AM
with
Code:
//echo -a $window(-2).state
you can view the mIRC mdi state.
The main mIRC window is $window(-2) but you can't use the /window command with this special window.
You can only use some $window().prop
Code:
$window(-2).state
$window(-2).h
$window(-2).w
$window(-2).type

and so on...
Posted By: hmtX Re: Full screen - 23/06/06 09:57 AM
/help /showmirc
© mIRC Discussion Forums