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?
Printable View
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?
well, calculate the size of the screen in pixels
VB Code:
screen.width / screen.twipsperpixelX screen.height / screen.twipsperpixelY
then make the form the menu is on the size of the screen
then use stretchblt