I wany my application to look the same at various screen resolutions. I can do this for the main window, but not for dialog boxes made in the resource compiler (the boxes get smaller and move up and to the left with increasing resolution). How do I make the following resolution independent; just substituting variables for constants doesn't work:
AboutBox DIALOG 183, 55, 155, 100
LTEXT "Wind speed" , -1, 15, 34, 160, 8
EDITTEXT IDD_SPEED, 105, 34, 20, 10
etc etc
AboutBox DIALOG 183, 55, 155, 100
LTEXT "Wind speed" , -1, 15, 34, 160, 8
EDITTEXT IDD_SPEED, 105, 34, 20, 10
etc etc