Visual C++ and MFC Fundamentals Chapter 20: List-Based Controls
{
// TODO: Add your control notification handler code here
EvaluatePrice();
}
void CFastFoodDlg::OnBnClickedChickenBreast()
{
// TODO: Add your control notification handler code here
EvaluatePrice();
}
void CFastFoodDlg::OnBnClickedChkCheese()
{
// TODO: Add your control notification handler code here
EvaluatePrice();
}
void CFastFoodDlg::OnBnClickedChkBacon()
{
// TODO: Add your control notification handler code here
EvaluatePrice();
}
- Test the application
- Close the dialog and retun to MSVC