龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > 软件开发 > VC开发 >

用vc++穷举windows应用程序密码(续)(5)

时间:2009-12-30 15:42来源:未知 作者:admin 点击:
分享到:
m_EditPath.SetWindowText(m_FileOpen.GetPathName()); } void CGetCodeDlg::OnRadio7() { m_EditPath.EnableWindow(TRUE); m_BtnBrowser.EnableWindow(TRUE); CheckRadioButton(IDC_RADIO1,IDC_RADIO7,IDC_RADIO7);

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

}

精彩图集

赞助商链接