Hallo i need help to make checkbox in c++....
i made this but i have this error...
{
if (CheckBox1->Checked == true)
{
// Codi
}
else
{
//Cod
}
}
C:\Documents and Settings\Proprietario\Desktop\CELAFACCIAMO\CELAFAC CIAMODlg.cpp(298) : error C2227: left of '->Checked' must point to class/struct/union