I'm trying to remove the borders, from a sizeable form. I've tried FormBorderStyle = None but it's not what I'm searching for, since it removes the Aero snap support, Aero shake support, etc...
What I have in the moment, is the WinForm without the ControlBox/Titlebar with a Panel, so the user can move the application while clicking the panel. Application ATM (I want to be able to do this, without the WinForm borders).
Is there anyway to make the form "borderless", without ruining the Aero Snap Support?
Try this one. But after doing this, you have to create functions for dragging, minimizing and closing the form.