|
|
От: |
YuryK
|
|
| Дата: | 18.09.07 06:41 | ||
| Оценка: | |||
CMfc1App::CMfc1App()
{
//делаю следующее:
CString s;
s.LoadString( IDS_STRING1 );
// можно показать эту стрчку :
// MessageBox(NULL,s,"",0);
// TODO: add construction code here,
// Place all significant initialization in InitInstance
}