disable checkbox
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
how to disable a checkbox by code.:omg:
-
how to disable a checkbox by code.:omg:
Use this Api!!
HWND hCheckBoxWnd=GetDlgItem(,);
or in MFC .EnableWindow(TRUE/FALSE);
"I Think this Will Help" [Vote One Here, Complete my Survey....]
visit me at http://www.thisisalok.tk
-
how to disable a checkbox by code.:omg:
USE EnableWindow(FALSE) EG: GetDlgItem(IDC_CHECKBOX1)->EnableWindow(FALSE) "faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13