Preventing the user from moving a form around the screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I created a Modal form (WinForm). I would like to prevent the user from
moving the form around on the screen. How would I do that?

Thanks,
EitanB
 
That is a pretty unfriendly thing to do; in my mind it would need a
fairly good reason to support doing this. When the user has lots of
apps open, preventing the user from organizing their own screen space
is very irritating.

You can probably just handle the moved events and move it back...
there are various kiosk implementations that would give you a lot more
control. But I still think that in most circumstances let the OS
behave as normal.

Marc
 
Back
Top