Move Controls of another program

Just starting out? Need help? Post your questions and find answers here.
Aeroschmelz
User
User
Posts: 25
Joined: Mon Apr 12, 2004 9:14 am

Move Controls of another program

Post 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 ?