Hi, Is there anybody know how to remove the resize cursor from any FORM, like when the mouse move over the border of a FORM.
Thanks
Chris.C
Printable View
Hi, Is there anybody know how to remove the resize cursor from any FORM, like when the mouse move over the border of a FORM.
Thanks
Chris.C
Hi,
Try changing the BorderStyle to either Fixed Single, Fixed Dialog or Fixed Toolwindow.
Hope this helps
Shaun
Hi S@NSIS, Let me make my situation clear first. Actually, I saw some application wizards that having a sizable form sty;e with <b>close button</b> "X" and <b>maximized button</B> disabled. Hence, what the user can do is can minimized the form and resizing the form is not allow.
regards,
Chris.C
Hi Chris,
What you need to do to achieve that is simply:
1: Set the border-style to Fixed-Single
2: Set the MaxButton to False
3: Set the MinButton to True
Hope this helps
Shaun
it work, Thanks S@NSIS. Juz learn something from you today. :)