Results 1 to 2 of 2

Thread: Menu

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Location
    Sweden
    Posts
    2

    Unhappy Menu

    Hi!

    I am making a menu for my game. The users of it should paly it in fullscreen. I know how to do this but the problem is the menu picture of the game how do i make that to adjust it self to the users screen size?

  2. #2
    Lively Member Liquid Pennies's Avatar
    Join Date
    Jun 2002
    Location
    Charlotte, NC
    Posts
    124
    well, calculate the size of the screen in pixels

    VB Code:
    1. screen.width / screen.twipsperpixelX
    2. screen.height / screen.twipsperpixelY

    then make the form the menu is on the size of the screen
    then use stretchblt

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