M
Max
In my program I have a form and several controls on it.
I need to give to user a possibility to move and resize them at runtime.
The only way to do so I could find till now is to handle mouse events and
change size and position accordingly.
From other hand this functionality is already implemented in design time.
Is there any simpler way to implement it in run time?
Thank you in advance.
I need to give to user a possibility to move and resize them at runtime.
The only way to do so I could find till now is to handle mouse events and
change size and position accordingly.
From other hand this functionality is already implemented in design time.
Is there any simpler way to implement it in run time?
Thank you in advance.