Page 1 of 1

Deleting controls

PostPosted: May 18, 2004 @ 2:47pm
by jsjohnson
What is the process for deleting controls? I am trying to make a little test program, where I can move buttons around. When you click on the screen, the button should move there.

PostPosted: May 18, 2004 @ 4:17pm
by kornalius
You can always use the MoveWindow (ctrl$,x$, y$, width$, height$, false) or you can DestroyWindow(ctrl$) and re-create it. I suggest that you move it instead.

Regards,
Kornalius

uho

PostPosted: May 24, 2004 @ 10:49pm
by jsjohnson

PostPosted: May 24, 2004 @ 11:38pm
by kornalius
Oh yeah? Ok I will try it here and make the necessary corrections for the next build.

Sorry about that,
Regards,
Kornalius

PostPosted: May 25, 2004 @ 6:43pm
by kornalius

Sorry

PostPosted: Jun 4, 2004 @ 12:17am
by jsjohnson

PostPosted: Jun 4, 2004 @ 1:16am
by kornalius