Results 1 to 4 of 4

Thread: how to full screen?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Location
    australia
    Posts
    94

    Talking how to full screen?

    Hi~ I want to make my form to use Full-screen mode with 800x600 res and 16 bit color, Can anyone teach me how to that? Thanks a lot !

  2. #2
    Member
    Join Date
    Nov 2001
    Location
    Heaven........ Whats that fire doing here?
    Posts
    39

    Talking ummmmm......

    ummmm. well cant you just take away the boarder thing and pull the form out....? that would be alot easier....... but I think you can find that at www.vbcode.com , that is a great place to look for code..... something like over 4,000 code sampled.... cool

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Location
    australia
    Posts
    94
    putting em' out sure is a good idea, very good and easy to do~

    I, however, want to know the real way to do full screen, thx spy

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Okay, make your form's backcolour be vbBlack (#000000), or whatever you see suitable, and change the borderstyle to none. Then, make the form's state vbMaximized, and it will be full screen. To change it to your desired resolution, either use DirectX (easier) or the API. To use the API (a better approach, as some computers may not have DirectX), look at this article.

    http://www.vb-world.net/graphics/screenres/
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

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