Results 1 to 5 of 5

Thread: Form BorderStyle

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2000
    Location
    Sheffield, England.
    Posts
    136

    Unhappy

    This is probably a really stupid question (to those who already know), and I should have figured this out long ago, but that's the disadvantage of figuring out VB for yourself.

    Regarding forms, what is the difference between each of the BorderStyle settings, and under what circumstances should each be used in preference to others?

    For example, I can't tell the difference between FixedSingle and FixedDialog.

    Someone explain!
    Visual Basic 6 Enterprise Edition + SP4

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    Brisbane, Qld, Australia
    Posts
    78
    hi,

    Its fairly easy to understand. If you select each you will notice the difference on the form graphically.

    just look in the help files under
    Borderstyle Property and it explains each one. As for which is best for what, I would say it depends on your application i.e whether you want a user to have access to resizing the form or minimising the form etc.

    Mike



    [Edited by Spawny on 06-26-2000 at 08:35 AM]

  3. #3
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Red face

    Some don't have minimize buttons, and some don't have icons. Try them all and see what they have. Sometimes you don't want forms like password forms to be minimized, so you change the borderstyle.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 2000
    Location
    Sheffield, England.
    Posts
    136
    Ah, so it doesn't really affect the form itself - it's just kind of a shortcut to enable/disable certain features.

    Ok, got it. Cheers.

    Visual Basic 6 Enterprise Edition + SP4

  5. #5
    Guest
    I think that the difference between the FixedDialog and the FixedSingle is that when you specify No Icon for the Form, the FixedSingle displays a Windows Icon and the FixedDialog omits the Icon. Also, I believe that it has a ticker boarder but am not quite sure on this one.

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