Is there a way to make a form that has no border (FormBorderStyle is set to “none”) movable when the mouse is clicked down on the form just as if there was a border?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This article on CodeProject details a technique. Is basically boils down to:
This essentially does exactly the same as grabbing the title bar of a window, from the window manager’s point of view.