LRESULT COrthoDSDlg::OnNcHitTest(CPoint point)
{
CRect rc;
GetClientRect( &rc );
ClientToScreen( &rc );
return rc.PtInRect( point ) ? HTCAPTION: CDialog::OnNcHitTest( point );
}
{
CRect rc;
GetClientRect( &rc );
ClientToScreen( &rc );
return rc.PtInRect( point ) ? HTCAPTION: CDialog::OnNcHitTest( point );
}
1830

被折叠的 条评论
为什么被折叠?



