Advertisement

MFC question

Started by October 15, 2000 02:42 AM
0 comments, last by dark chrono4 24 years, 3 months ago
Ok I have a static text box located in a frame. But I want it to stay invisible until a button is pressed. My question i how do I change the visibility property? "I can't work like this! Where are my fuzzy dice?"
"I can't work like this! Where are my fuzzy dice?"
ShowWindow(SW_SHOW); // or SW_HIDE
should do the trick.

This topic is closed to new replies.

Advertisement