SetWindowPos不起作用
MainFrame里面
m_wndToobar.GetItemRect(8, &rect);
ClientToScreen(&rect);
m_wndOcs.Create("m_wndOcs","m_wndOcs",WS_VISIBLE|WS_CHILD,rect,this,NULL);
m_wndOcs.SetWindowPos(NULL,rect.left,rect.top,200,200,SWP_SHOWWINDOW);
结果m_wndOcs窗体和Toolbar的距离总是差一大捷,怎么会这样de?