Is there a easy way to resize, move shapes on a form. Just like on VB.
Printable View
Is there a easy way to resize, move shapes on a form. Just like on VB.
I gess i can't
[Edited by BIacksun on 09-07-2000 at 08:25 PM]
well can I
what do you mean just like in vb? I can give you the answer in vb...
with those 4 lines of code you can modify the size and position of a shapeCode:shape1.width = 100
shape1.height = 100
shape1.top = 50
shape1.left = 80
you know how you can resize the shape by the Blocks on the
coners.
I think that you'll need to play around with the Drag Over funtion and the Drag Drop function
you can't use Drag Over or Drop with shapes (IN VB6)
then use a label it has the same options and more as a shape