Description: #ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CStringArraySearchDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed, return FALSE so that we exit the
// application, rather than start the application s message pump.
return FALSE
}
To Search:
File list (Check if you may need any files):
StringArraySearch\Debug\StdAfx.obj
.................\.....\StringArraySearch.exe
.................\.....\StringArraySearch.ilk
.................\.....\StringArraySearch.obj
.................\.....\StringArraySearch.pch
.................\.....\StringArraySearch.pdb
.................\.....\StringArraySearch.res
.................\.....\StringArraySearchDlg.obj
.................\.....\vc60.idb
.................\.....\vc60.pdb
.................\res\StringArraySearch.ico
.................\...\StringArraySearch.rc2
.................\resource.h
.................\StdAfx.cpp
.................\StdAfx.h
.................\StringArraySearch.clw
.................\StringArraySearch.cpp
.................\StringArraySearch.dsp
.................\StringArraySearch.dsw
.................\StringArraySearch.h
.................\StringArraySearch.ncb
.................\StringArraySearch.opt
.................\StringArraySearch.plg
.................\StringArraySearch.rc
.................\StringArraySearchDlg.cpp
.................\StringArraySearchDlg.h
.................\Debug
.................\res
StringArraySearch