From WikiChip
Difference between revisions of "mirc/commands/background"
m (Bot: Adding a template) |
m (Bot: de-linking old mIRC menu) |
||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/background Command}} | ||
The '''/background command''' is used to change the background picture setting for a specific window including a channel window. This is the same as changing the background via the system window (to access the system menu simply right click the small window icon located on the upper left corner of the window) | The '''/background command''' is used to change the background picture setting for a specific window including a channel window. This is the same as changing the background via the system window (to access the system menu simply right click the small window icon located on the upper left corner of the window) | ||
Line 39: | Line 40: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.4}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$toolbar}} |
− | * | + | * {{mIRC|$color}} |
− | * | + | * {{mIRC|$treebar}} |
− | * | + | * {{mIRC|$menubar}} |
− | * | + | * {{mIRC|$switchbar}} |
− | * | + | * {{mIRC|/color}} |
− | * | + | * {{mIRC|/menubar}} |
− | * | + | * {{mIRC|/switchbar}} |
− | * | + | * {{mIRC|/toolbar}} |
− | * | + | * {{mIRC|/treebar}} |
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|background command - mIRC]] |
Latest revision as of 18:08, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /background command is used to change the background picture setting for a specific window including a channel window. This is the same as changing the background via the system window (to access the system menu simply right click the small window icon located on the upper left corner of the window)
Contents
Synopsis[edit]
/background -abemsgdluhcfnrtpx [window] [filename]
Switches[edit]
- -e - set as default
- -x - no background picture
Window Switches[edit]
- -a - active window
- -m - main mIRC window
- -s - status window
- -g - finger window
- -d - single message window
Picture Switches[edit]
- -c - center
- -f - fill
- -n - normal
- -r - stretch
- -t - tile
- -p - photo
Bars Switches[edit]
- -l - toolbar
- -u - toolbar buttons
- -h - switchbar
- -b - treebar
Parameters[edit]
- [window] - A window name should only used if no window switches were specified.
- [filename] - The filename of the picture to be used (The filename must be enclosed by a pair of double quotes if it contains spaces).
Example[edit]
;Setting one of window vista's sample pictures as the background for the active window ;Since the filename's path contain spaces it must be enclosed by a pair of double quotes /background -a "C:\Users\Public\Pictures\Sample Pictures\Desert Landscape.jpg" ;Remove the background picture from the active window /background -xa
Compatibility[edit]
Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
- List of commands
- List of identifiers
- $toolbar
- $color
- $treebar
- $menubar
- $switchbar
- /color
- /menubar
- /switchbar
- /toolbar
- /treebar
mIRC commands list