- tristate check box
- Posted by sunil on September 15th, 2006
I have a tristate check box.The default behavour of tristate check box
in windows is that, the grayed check box will become unchecked after
click on grayed check box.
But i want , the grayed check box will become checked after click on
grayed check box in VC++ .Pls help me its urgent.
The code i have written is ........
CButton *l_CheckBox = (CButton
*)GetDlgItem(IDC_ACCESS_AUTHORITY_SELECT);
if(BST_INDETERMINATE == l_CheckBox->GetCheck())
{
l_CheckBox->SetCheck(TRUE);
}
Similar Posts
- No reboot After Error Check Tool (Check Disk) (Hardware) by Pat B
- Read all of this to understand how it works. then check around on otherRead all of this to understand how it works. then check around on other (Computers & Technology) by thelisa martin
- Can't Open RAR files - PAR check ok, SFV check ok (Computers & Technology) by Your name
- Check-it (Computers & Technology) by Bullet
- HP 1600 Check Paper and Check Print Cartridges lights flashing (Printers) by Alan

