Disable/Enable newly created caption button
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am working in property Sheet wizard application. Here I am painting caption bar by own on OnNcPaint() and creating new minimize and close button. At some stage i want to disable/enable minimize and close button in caption bar. Can any one suggest? Regards, Rameshkanth
-
Hi, I am working in property Sheet wizard application. Here I am painting caption bar by own on OnNcPaint() and creating new minimize and close button. At some stage i want to disable/enable minimize and close button in caption bar. Can any one suggest? Regards, Rameshkanth
If you have handle to those buttons, you can always use
EnableWindow
.Prasad Notifier using ATL | Operator new[],delete[][^]