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.
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.
I just did some testing and the DestroyWindow works perfectly here. Can you send me your code or part of it so I can take a look at it? Don't forget your control variable needs to be global first in order to be able to access it from other functions or procedures else the value will be 0.
Hey, it seems that my problem was fixed in PPL v4. I can still send you the code w/ the problem, but I don't have access to my PPC right now. Sorry for taking so long to reply!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum