I know how to move the borderless form in CDialog.I quoted my code as follows.
It enabled the window to move by dragging it by any point inside the window!
void MyWnd::OnLButtonDown(UINT nFlags, CPoint point)
{
PostMessage( WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM( point.x, point.y));
}
What I need is how to move CDHTMLDialog borderless form.
Please respond as soon as possible.
thanks!!!