I;m not a great fan of title bars on windows forms, so I've removed it. However I'm looking for a way for the end user to drag it to wherever they choose.
Is there a way in the .Net framework? All my searches resulted in importing user32.dll, but the majority of answers were from a few years ago.
Was looking for an Allow Drag attribute for the form itself or even a control without luck.
As alway, I appreciate any advice warmly.