I currently have a label that the user can click on and resize it that way, but I was wondering if there was a way to do it using APIs like SendMessage (that's how I do the moving of the form). The reason I wanted to know is because my own computer is kinda slow and when I resize it using my current method (the label), it's choppy and will sometimes dirty the form because it shows everything being resized. I want it to resize like a regular window, just showing the dotted lines, then actually resizing the form.
Thanks.