Screen resize problem
First of all, I have a game app that was designed to display in 1280x1024 resolution. Small screenie here:
http://matrixgames.com/files/games/s347_3difficulty.jpg
It has a picture inserted into the form property, and uses image boxes (NOT picture boxes) and labels mostly.
I need to find a way to automatically resize the whole form in various resolutions (even a quick proportional resize of the whole form would be ok) with little hassle. Maybe 1024x768? 1200x800? I have a way to change the resolutions already, I just need to have the forms resize themselves as well. It doesn't have to be perfect, just has to work.
I've tried several resizing .OCX's and none seem to work right. One from VBGold *almost* worked, but clipped one side of the Form background image and their support was little help.
What do I do and what do you recommend?

