how to stop dragging window with titlebar
Hi there,
I'm new to C#, and I cant find any asnwer to my question. How can I stop draging window by clicking and holding on titlebar? If I set "FormBorderStyle.none", dragging will be disabled, but titlebar disappears also and I need it.
Thank you in advance