Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resize a shape at run time
Message
From
20/08/1999 21:13:08
 
 
To
16/08/1999 13:21:26
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00254135
Message ID:
00256146
Views:
28
Hi Kin,

>Can I click a shape and resize it at run time?
>How can do that?

Your best bet is to use smaller shape objects that are Drag & drop enabled. After a drop:

MainShape.Width = MovableShape.Left - MainShape.Left

And similar for height. You will also have to verify that a valid area has been chosen to drop the object.

OR, could you make your shape a child-always-on-top-resizable form with no titlebar? Just some ideas.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform