Visual C++ and MFC Programming 2nd Edition

(Martin Jones) #1

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();
}


  1. Test the application

  2. Close the dialog and retun to MSVC

Free download pdf