newbutton.Create(_T("button"),WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON,CRect(10,10,100,30),GetParentOwner( ),1);newbutton.Create(_T("button"),WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON,CRect(10,10,100,30),this,1);
                /\
试试