void CSekundomerView::CreateButton(void) { RECT rc={10,10,100,40}; bt.Create("Test", WS_BORDER|WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON, rc, this, 1); }