|
-
Oct 3rd, 2000, 03:32 AM
#1
Thread Starter
PowerPoster
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
-
Oct 3rd, 2000, 03:56 AM
#2
Addicted Member
Hi,
Try changing the BorderStyle to either Fixed Single, Fixed Dialog or Fixed Toolwindow.
Hope this helps
Shaun
Web/Application Developer
VB6 Ent (SP5), Win 2000,SQL Server 2000
-
Oct 3rd, 2000, 08:12 PM
#3
Thread Starter
PowerPoster
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
-
Oct 4th, 2000, 03:34 AM
#4
Addicted Member
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
Web/Application Developer
VB6 Ent (SP5), Win 2000,SQL Server 2000
-
Oct 4th, 2000, 03:45 AM
#5
Thread Starter
PowerPoster
it work, Thanks S@NSIS. Juz learn something from you today.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|