I'm trying to make a small program where the user could resize the controls by dragging the border.
Much like many editing software, such as Office, Paint 3D, or even VS itself, would do.
I learned how to do it from this article.
But how can I make it more "professional looking"?
Because in all the editing software, "little square dragging handles" will appear once you select the control, just like the following picture.
I had thought about maybe change the background image upon mouse enter, but then I thought, "since VS have all that functionality when you making a form, there must be a way to employ it directly, right"!?
But unfortunately I can not find any documents online related to it! Probably because this is "not" something most of the people would do and requires more professional knowledges.
So, could somebody please be so kind and help me out!?
Probably through some using
or importing some dll or something, much appreciated!