
HELP!-How to create unmoveable forms?
Quote:
>I am creating an application with a "desktop" type form which I don't
>want to be moved or resized. How can I prevent the user from dragging
>this form around their screen. I don't want to even see the drag/drop
>shadow box when the user mouses-down on the titlebar. Any suggestions?
>-
What about using the form1_focus and in the subroutine setting the
location and size of the form back to whatever you want or to
maximize..I believe I saw the code for this and keeping it minimized
in a faq or in the knowledgebase.
Todd Jordan