002
20.02.2011, 23:06 Uhr
~tomycat
Gast
|
hi, thx,
BOOL CEchoServerDlg::OnInitDialog() { CDialog::OnInitDialog();
// Add "About..." menu item to system menu. m_variable_von_neuenFenster.m_editcontrol.SetFocus(); // <------------------------------------hier neu // IDM_ABOUTBOX must be in the system command range. ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX); ASSERT(IDM_ABOUTBOX < 0xF000);
CMenu* pSysMenu = GetSystemMenu(FALSE); if (pSysMenu != NULL)
Wie gesagt, ich mache das Cdialog auf, und der Curser soll im Editcontroll stehen, ja ich nehme MFC.
error C2228: left of '.SetFocus' must have class/struct/union |