Auto Scalling of CFormView based App.
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

