Results 1 to 5 of 5

Thread: No Resize cursor

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Thumbs up

    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

  2. #2
    Addicted Member S@NSIS's Avatar
    Join Date
    Aug 2000
    Location
    Stoke-On-Trent, England
    Posts
    243
    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

  3. #3

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    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

  4. #4
    Addicted Member S@NSIS's Avatar
    Join Date
    Aug 2000
    Location
    Stoke-On-Trent, England
    Posts
    243
    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

  5. #5

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    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
  •  



Click Here to Expand Forum to Full Width