mIRC Home    About    Download    Register    News    Help

Print Thread
#151814 22/06/06 10:43 AM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
I want to make sure my script always opens full screen.
How do i do this?
Code:
 on *:start: { ???????????????} 


Thanks for any help given.

#151815 22/06/06 10:58 AM
Joined: May 2006
Posts: 93
Babel fish
Offline
Babel fish
Joined: May 2006
Posts: 93
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?

#151816 22/06/06 11:01 AM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
I want it to happen right away on startup and code is the best way.

#151817 22/06/06 11:08 AM
Joined: May 2006
Posts: 93
Babel fish
Offline
Babel fish
Joined: May 2006
Posts: 93
I can't find anything in the /help, maybe you can write in the mirc.ini file in the [windows] section

#151818 23/06/06 08:21 AM
Joined: Nov 2003
Posts: 157
Vogon poet
Offline
Vogon poet
Joined: Nov 2003
Posts: 157
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...

#151819 23/06/06 09:57 AM
Joined: Jul 2004
Posts: 31
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Jul 2004
Posts: 31
/help /showmirc


Link Copied to Clipboard