Code: Select all
ControlMove ( "title", "text", "classnameNN", x, y [, width [, height]])
Code: Select all
ControlMove ("myHTPC", "TVForm", "TMenuGrid1",@DesktopWidth / -3 + $MoveX ,@DesktopHeight / 4 + $MoveY)
Code: Select all
ControlMove ( "title", "text", "classnameNN", x, y [, width [, height]])
Code: Select all
ControlMove ("myHTPC", "TVForm", "TMenuGrid1",@DesktopWidth / -3 + $MoveX ,@DesktopHeight / 4 + $MoveY)