Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I have a shape in my form which created by Power packs tools,
How can I allow user can resize it at runtime (like we resize the shape and buttons in design time) ?
:rolleyes:
in generally I wanna able user to resize the object (button or shapes,...) at runtime.
Thanks:rose:
Posted

1 solution

You're going to have to write a lot of custom code to get that to happenn. I would create new classes inherited from the controls you want to be able to resize, and go from there.

Maybe there's something already out there that does this, too.

Google is your friend.

I found this right here on Codeproject with a google search:

Runtime resizable controls![^]

A little initiative goes a long way...
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900