Hi all

I have made a tetris game and i need to know how to compensate for different screens, I made the program on a CRT screen with 1024 * 768 but what confuses me is that when I use it on my girlfreinds laptop I set the screen resolution to the same as above, but I still get half of the app cut off.
What confuses me even more is that the form is the only thing that gets resized... I also have the form border style set to none and use an image for the background.
Can someone please tell me how to fix this problem without reworking any code, I would like to just check this in form load event, and if nececary take the appropriate action, Also the way I draw the game, it still apears as if everything is sized correctly except the form, it appears to be a height issue rather than width, does anybody know why this happens?

I have made the game as a tutorial aswell, with heavy commenting and justification as to why I have used each sub/function, and this is all thats needed to complete it. I will post it in another thread when I make this adjustment.

Thanks in advance...