用vc++穷举windows应用程序密码(续)(5)
m_EditPath.SetWindowText(m_FileOpen.GetPathName());
}
void CGetCodeDlg::OnRadio7()
{ m_EditPath.EnableWindow(TRUE);
m_BtnBrowser.EnableWindow(TRUE);
CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO7);
}
void CGetCodeDlg::OnRadio1()
{ m_EditPath.EnableWindow(FALSE);
m_BtnBrowser.EnableWindow(FALSE);
CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO1);
}
void CGetCodeDlg::OnRadio2()
{ m_EditPath.EnableWindow(FALSE);
m_BtnBrowser.EnableWindow(FALSE);
CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO2);
}
void CGetCodeDlg::OnRadio3()
{ m_EditPath.EnableWindow(FALSE);
m_BtnBrowser.EnableWindow(FALSE);
CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO3);
}
void CGetCodeDlg::OnRadio4()
{ m_EditPath.EnableWindow(FALSE);
m_BtnBrowser.EnableWindow(FALSE);
CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO4);
}
void CGetCodeDlg::OnRadio5()
{ m_EditPath.EnableWindow(FALSE);
m_BtnBrowser.EnableWindow(FALSE);
CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO5);
}
void CGetCodeDlg::OnRadio6()
{ m_EditPath.EnableWindow(FALSE);
m_BtnBrowser.EnableWindow(FALSE);
CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO6);
}

