// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
myEdit.Create(WS_CHILD|WS_VISIBLE|WS_TABSTOP, CRect(0, 0, 100, 20), this, IDC_EDIT);
funPtr(WS_CHILD|WS_VISIBLE|WS_TABSTOP, CRect(0, 30, 100, 50), this, IDC_MYWND);
// TODO: Add extra initialization here
return TRUE; // return TRUE unless you set the focus to a control
}