Odd property sheet behavior
-
I have a
CPropertysheet
with severalCPropertypage
pages. Those normally look like: job_update.png (18.9 KB) libl_update.png (30.6 KB) sched_update.png (18.1 KB) However, on one specific system, the buttons on the right side of each page are missing: job_update_2.png (14.6 KB) libl_update_2.png (14.1 KB) sched_update_2.png (13.9 KB) I'm at a loss as to why. The machine has plenty of RAM, has been rebooted, and no other user programs are running. Since it looks fine on hundreds of other machines around the world, what could possibly be up with this one machine? I can't imagine it being a code issue, but that's not something you can tell a customer when they are the one it is happening to. Thanks for any help. DC"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
I have a
CPropertysheet
with severalCPropertypage
pages. Those normally look like: job_update.png (18.9 KB) libl_update.png (30.6 KB) sched_update.png (18.1 KB) However, on one specific system, the buttons on the right side of each page are missing: job_update_2.png (14.6 KB) libl_update_2.png (14.1 KB) sched_update_2.png (13.9 KB) I'm at a loss as to why. The machine has plenty of RAM, has been rebooted, and no other user programs are running. Since it looks fine on hundreds of other machines around the world, what could possibly be up with this one machine? I can't imagine it being a code issue, but that's not something you can tell a customer when they are the one it is happening to. Thanks for any help. DC"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
looks like the list control is sizing itself too large and is overdrawing the buttons. maybe that's related to the increased font size on the list control? try changing your Windows font size?