mIRC Homepage
Posted By: NiGHtOwL background ? - 13/08/03 03:13 AM
Hi,
I didn't find a thread about that yet, but if there is an existing one I am sorry.

Problem:

I tell mirc to use for any chat window/channel window the same background (tiled *gif) I say set as default, I klick rmember... as soonas I closed mirc it is forgotten.... how can I tell mirc in a script line while loading or anything elselike that to use for all windows the same background?

Thanks in advance
Posted By: MTech Re: background ? - 13/08/03 06:54 AM
Code:
/help /background

/background [-aemsgdluhcfnrtpx] [window] [filename]
Changes the background picture setting for a window. This can also be changed via a windows System Menu.

   -a = active window
   -m = main mIRC window
   -s = status window
   -g = finger window
   -d = single message window

   -e = set as default

   -cfnrtp = center, fill, normal, stretch, tile, photo

   -l = toolbar
   -u = toolbar buttons
   -h = switchbar

You can right-click in the toolbar/switchbar to pop up a menu for changing these settings. Toolbar 
buttons can use RGB Color 255,0,255 for transparency, the BMP must be of the same form as that 
in mIRC resources. It should be a 16 or 256 color BMP.

   -x = no background picture

Note: The window name should only be specified if none of the window switches are specified. 
The filename does not need to be specified if you are only changing the display method.

smile
Posted By: NiGHtOwL Re: background ? - 13/08/03 07:12 AM
Sorry, misunderstanding.

I can set the background like u said, "but" mirc forgets.... and I am really bored to do that each time I open mirc.

Any codeline I could force mIRC to set the background while starting.... I would like to use the same for all kinds of windoes.
Posted By: Hammer Re: background ? - 13/08/03 01:24 PM
Code:

on me:*:JOIN:#: background -t $chan filename.bmp
on *:OPEN:?:*: background -t $nick filename.bmp
on *:OPEN:=:*: background -t =$nick filename.bmp
Posted By: NiGHtOwL Re: background ? - 13/08/03 05:08 PM
Thank you hammer,
that works fine so far except for private windows.
© mIRC Discussion Forums