I have created several buttions on my property sheet and sample code is as follows:
m_calc.Create("&Calculate",BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE,CRect(149,339,224,364),this,WM_CALCULATE);

The problem is that when the program is loaded onto a computer with large fonts in the windows setting, the buttons are out of position. How can I correct this?