Auto Scalling of CFormView based App.

I need help. I am creating the program which is an interactive CFormView based application. I need the application to auto
scale to the screen resolution. CFormView only supports MM_TEXT mode so the usual tricks do not seem to work. My view contains lots of controls as well as bitmaps and I draw on the background, I set the view up in the dialog editor at 1280x1024. I do not want to have to create all the controls dynammically. I tried to scale all the dialogs controls using a linear transformation, but in MM_TEXT mode I can not seem to find a good way to get an offset programmatically. The program is already 5 MB in release version so it is to late to use another
approach. Is there an easy way to do this with CFormView?

Help
[763 byte] By [souldog] at [2007-11-17 22:38:39]
# 1 Re: Auto Scalling of CFormView based App.
the views also contain bitmaps which are not device independent.
souldog at 2007-11-10 8:41:39 >