Move Controls of another program
Posted: Sat Jun 19, 2004 11:43 am
I want to move some controls of another window with grids. In Autoit exists a function
for example:
Is this also possible with Purebasic ?
Code: Select all
ControlMove ( "title", "text", "classnameNN", x, y [, width [, height]])
Code: Select all
ControlMove ("myHTPC", "TVForm", "TMenuGrid1",@DesktopWidth / -3 + $MoveX ,@DesktopHeight / 4 + $MoveY)