|
-
June 15th, 1999, 04:51 PM
#1
Buttons on property sheet
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|