Page 1 of 1

Move Controls of another program

Posted: Sat Jun 19, 2004 11:43 am
by Aeroschmelz
I want to move some controls of another window with grids. In Autoit exists a function

Code: Select all

ControlMove ( "title", "text", "classnameNN", x, y [, width [, height]]) 
for example:

Code: Select all

ControlMove ("myHTPC", "TVForm", "TMenuGrid1",@DesktopWidth / -3 + $MoveX ,@DesktopHeight / 4 + $MoveY)
Is this also possible with Purebasic ?