Hi There!
Please could anyone help me.
I have been trying to draw a control in RUN MODE onto a form eg: Form1. I created two variables named oldX and oldY to store coordinates of the mouse cursors' X and Y when Form1_MouseDown is activated. Then got the control array eg: Text1(objInx) to load on the form at that specific location but in Form1_DragOver the Text1(objinx).Width = X and the Text1(objinx).Height =Y doesn't seem to want to size when mouse button is held down.
Can anyone please help me with this?
I'll be really greatfull if you could,
Andrew.
Please could anyone help me.
I have been trying to draw a control in RUN MODE onto a form eg: Form1. I created two variables named oldX and oldY to store coordinates of the mouse cursors' X and Y when Form1_MouseDown is activated. Then got the control array eg: Text1(objInx) to load on the form at that specific location but in Form1_DragOver the Text1(objinx).Width = X and the Text1(objinx).Height =Y doesn't seem to want to size when mouse button is held down.
Can anyone please help me with this?
I'll be really greatfull if you could,
Andrew.