I have a form that I wish to be:
  1. borderless
  2. draggble
  3. have windows remember its last postion (ie if you open IE and drag it somewhere, next time you start IE it will remember the position it was last in).
  4. right clickable


I set formborder to none

I set startposition to WindowsDefaultBounds (based on MSDN this remembers default windows location and size - I think that is what I want)

I cant drag the window?

Right clicking on the form or the taskbar does nothing. If I click the context menu property dropdown the only choice is none?

Any help appreciated.