invisible button
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I want to change the visibility of a push button, such that given a certain condition, the button is not visible at all (I don't mean just greyed out, I mean completely gone). What method do I use to control this? Thank you.
::ShowWindow(SW_SHOW/SW_HIDE)
orCWnd::ShowWindow(SW_SHOW/SW_HIDE)
depending on if you are using Win32 or MFC. If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac