Results 1 to 4 of 4

Thread: How to make a form "unsizeable"

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    84
    I've been trying to figure out how to make it so that a user can-not resize a form......

    I tried playing with a forms' properties, but couldn't figure it out.

    thanks

  2. #2
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    try
    Code:
    Form1.borderstyle=1
    []P
    Visual Basic 6 SP4 on win98se

    QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!

  3. #3
    Hyperactive Member theman32x's Avatar
    Join Date
    May 2000
    Location
    New Jersey, USA
    Posts
    305
    you can make its border style property to fixed

    that way all the user will see is an X and won't be able to resize it ...

    now if you want the user to be able to minimize it then you not only make its border style property to fixed but also you have to go to its minimize property and make it true

    hope that was what you were looking for

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    84
    OK - I feel stupid for asking now.

    THANK YOU

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