-1

I have the following line that removes all borders from my window forms. Is it possible to drag the form to a different part of the screen. For example by adding some sort of hidden bar the stop from which I would be able to drag?

Here is the code I use to hide the borders

  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;

Thanks,

user541597
  • 4,247
  • 11
  • 59
  • 87
  • Possible duplicate: http://stackoverflow.com/questions/30184 – Jens Granlund May 16 '12 at 21:49
  • possible duplicate of [Winforms - Click/drag anywhere in the form to move it as if clicked in the form caption](http://stackoverflow.com/questions/30184/winforms-click-drag-anywhere-in-the-form-to-move-it-as-if-clicked-in-the-form) – Alexei Levenkov May 16 '12 at 22:00

1 Answers1