Reputation: 6090
When I use this code to hide the windows border:
this.FormBorderStyle = FormBorderStyle.None;
I loose control of moving it around is there a way to add some code that will allow you to click and drag anywhere within the form itself?
Upvotes: 0
Views: 811