From WikiChip
mirc/picture windows
< mirc
Revision as of 22:19, 21 December 2013 by 64.121.20.108 (talk) (added create window section)

Template:mIRC Guide Picture Windows in mIRC are a special type of custom windows that can be used a drawing canvas. mIRC provides a set of commands, identifiers, and events for manipulating them. Picture windows provide an alternative mean of creating a graphical user interface.

Creating a window

Picture windows can be created via the /window command in combination with the -p switch. For example,

//window -dep @example -1 -1 500 400

will create @example desktop picture window with an editbox of size 500x400.