Screen resize problem

Hello all,

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?
[917 byte] By [derek412] at [2007-11-20 11:24:51]
# 1 Re: Screen resize problem
I've used VB Gold. It works best if you compile on the highest resolution.
I had no problem, even with a flexgrid.
dglienna at 2007-11-9 19:33:25 >
# 2 Re: Screen resize problem
When I used the demo version in the dev environment, it mostly worked except for on the right side, near over to about 2 inches from the edge of the screen, it had a white line through it, and on the other side of that line was the graphic in the form itself still in full 1280x1024 size. The rest of it looked fine, which was weird.
derek412 at 2007-11-9 19:34:20 >
# 3 Re: Screen resize problem
Well, I bought ActiveResize Control Professional.
and just installed it on the new laptop.
dglienna at 2007-11-9 19:35:19 >