Okay, I'm writing explanations for the second file, even if I can't attach it for the moment.
The second file is for a zoom in, zoom out effect when the window is resized. It does not seem to behave correctly. When I resize the window to make it larger, the display of the game gets real big and seems to go over the bounds of the window. But when I use a MessageBox.Show to get the size of the window and the size of the display, they seem equal.
The opposite is also true. If I resize the window to make it smaller, the display gets real tiny, well under the size of the window. But when I use a MessageBox.Show to get the size of the window and the size of the display, they seem equal.
By the way, I changed the color of the tiles, thinking it would help to see spaces between tiles as the window gets resized, so I know it's kinda ugly. Hey, it's only for a test!

I couldn't see spaces between tiles.
Oh, I successfully implemented an event to make sure the aspect ratio is always respected when the window gets resized. So, graphics don't look too wide or too thin anymore.
I made modifications in GameForm.cs and Display.cs to do modifications for both tests. These alterations can be found by searching for "vincent" in the source code. My modifications are quite explicit I believe.
There is a little work to do here to finish the display size issue. Can you help me out Bluemonkmn? I'm clueless on this one.
As soon as bluemonkmn allows me to upload the test files, I'll provide them.
Thanks a lot!
