Window creation: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
Line 5: Line 5:
'''Compiler:''' [[mIRC]]
'''Compiler:''' [[mIRC]]
'''Bold text'''Switches:
'''Switches:'''
C = Center Window
C = Center Window
p = Picture Window
p = Picture Window

Revision as of 19:41, 15 January 2007

Task
Window creation
You are encouraged to solve this task according to the task description, using any language you may know.

mIRC

Compiler: mIRC

Switches: C = Center Window p = Picture Window d = Desktop Window

alias CreateMyWindow {
 .window -Cp +d @WindowName 600 480
}