Difference between revisions of "Background"

From Scriptwiki
Jump to: navigation, search
m
 
m (Category)
Line 29: Line 29:
 
* [[Custom Windows]]
 
* [[Custom Windows]]
 
* [[Category:Picture Windows]]
 
* [[Category:Picture Windows]]
 +
[[Category:Commands]]
  
 
{{stub}}
 
{{stub}}

Revision as of 01:22, 31 May 2009

This command sets an image as a background for a given window

/background [-abemsgdluhcfnrtpx] [window] [image path]
  • Switches
    • Target Specifiers
      • -a specifies the active window
      • -m specifies the "main mIRC window" - the parent window which encompasses all of the channel and custom windows
      • -s specifies the status window for the active network
      • -g specifies the finger window
      • -d specifies a single message window
      • -l specifies a toolbar
      • -u specifies a button on a toolbar
      • -h specifies the switchbar
      • -b specifies the treebar
    • Options
      • -e sets the image as the default image for all windows of this type
      • -x removes the background image
  • Window is the window name which you would like to edit the background image for, if you did not specify the window via a switch
  • Image path is the path to the image you wish to set as the background

Examples

background -s C:\Images\Status_Background.bmp
background -ea C:\Images\Channel_Background.bmp 
background #help.script C:\Images\Help_Background.bmp

See Also