Possible Duplicate:
C# - Make a borderless form movable?
If I set my form's FormBorderStyle
to None
, I lose the drag behavior of the form, as expected.
I've added a custom bar to the top of my form and I like it to stay that way, now is it possible to keep the form in this mode and have (or write) drag behavior?
If it's possible, how should I do so. I really hope to find a Yes it's possible answer. :)