Loading webshell/embed/ActiveX/tests/IEPatcher/ScanForFilesDlg.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ void CScanForFilesDlg::DoDataExchange(CDataExchange* pDX) BEGIN_MESSAGE_MAP(CScanForFilesDlg, CDialog) //{{AFX_MSG_MAP(CScanForFilesDlg) ON_BN_CLICKED(IDC_SELECTFILE, OnSelectFile) ON_BN_CLICKED(IDC_SELECTFOLDER, OnSelectFolder) //}}AFX_MSG_MAP END_MESSAGE_MAP() Loading @@ -58,3 +59,9 @@ void CScanForFilesDlg::OnSelectFile() UpdateData(FALSE); } } void CScanForFilesDlg::OnSelectFolder() { // TODO: Add your control notification handler code here } webshell/embed/ActiveX/tests/IEPatcher/ScanForFilesDlg.h +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ protected: //{{AFX_MSG(CScanForFilesDlg) virtual void OnOK(); afx_msg void OnSelectFile(); afx_msg void OnSelectFolder(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; Loading Loading
webshell/embed/ActiveX/tests/IEPatcher/ScanForFilesDlg.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ void CScanForFilesDlg::DoDataExchange(CDataExchange* pDX) BEGIN_MESSAGE_MAP(CScanForFilesDlg, CDialog) //{{AFX_MSG_MAP(CScanForFilesDlg) ON_BN_CLICKED(IDC_SELECTFILE, OnSelectFile) ON_BN_CLICKED(IDC_SELECTFOLDER, OnSelectFolder) //}}AFX_MSG_MAP END_MESSAGE_MAP() Loading @@ -58,3 +59,9 @@ void CScanForFilesDlg::OnSelectFile() UpdateData(FALSE); } } void CScanForFilesDlg::OnSelectFolder() { // TODO: Add your control notification handler code here }
webshell/embed/ActiveX/tests/IEPatcher/ScanForFilesDlg.h +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ protected: //{{AFX_MSG(CScanForFilesDlg) virtual void OnOK(); afx_msg void OnSelectFile(); afx_msg void OnSelectFolder(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; Loading