Results 1 to 4 of 4

Thread: form question

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,364

    form question

    normally in a window, top right hand corner you have a 'minimise,maximise,close' button

    (minus,square,x)

    is there any way i can change the properties of my form to only show a 'close' button (the x)

  2. #2
    Hyperactive Member
    Join Date
    May 2005
    Posts
    307

    Re: form question

    in your form properties, there is MinButton, and MaxButton. Just set those to false

  3. #3
    Hyperactive Member
    Join Date
    May 2005
    Posts
    307

    Re: form question

    or just set the borderstyle to 3 - Fixed Dialog

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: form question

    Quote Originally Posted by whythetorment
    or just set the borderstyle to 3 - Fixed Dialog
    I like using borderstyle = 4 Fixed ToolWindow. It does the same thing as Fixed Dialog, but the Close button is much smaller.

    Either way will work for you. It is just a matter of individual taste.

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