I apologize for how this question looks. I copied it from another forum I asked it on. On that forum I got some flaming saying that I wasn't a programmer just because I didn't know how to do this.
I'm making a theme and i'm only having one problem which is resizing the form when it's borderless from the control. Allow me to
explain it better.
I have the control (My Form Theme), that is a child of the main form that is borderless. I want to be able to resize it from the code
side of the control. The way I was trying to do it was using WndProc but I couldn't override so it would utilize it from the parent of the control (Main form), so when I resized it, it would just resize the control keeping the form the same size then the control
would just spring back because it has Dock set to full.
Just to break it down, 4 pixels into the form from each edge and corner, I want the correct direction arrows to resize the form from
the control.
If anyone can help me with this, that would be awesome.
Thanks.