![]() |
How to stop a window from moving on screen
Hi
i am creating a windows form application in C# and i want that the user should not be able to move the application around the screen .is there any way to do this .please help |
If you don't mind not having a title bar, then you can set the form border style to none. The user will not be able to move the form.
|
i tried this on VS 2005
:
namespace WindowsApplication1 |
Question: wh do you want to do this? Denying users the ability to move windows around to their liking is a quick way to have them delete your program.
|
edit: oops sorry didn't see samjack already had something like this
:
|
| All times are GMT -5. The time now is 2:35 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC