Home » Category » DotNet Visual C

DotNet Visual C: I want to dont move the maximize dialog.

206| Mon, 31 Dec 2007 14:10:00 GMT| mihyon| Comments (0)
I make maximize dialog used 'ShowWindow(SW_MAXIMIZE)'.

and

void CEds1000_3Dlg::OnLButtonDown(UINT nFlags, CPoint point)
{
// TODO: Add your message handler code here and/or call default
if(){
AfxGetMainWnd()->PostMessage(WM_NCLBUTTONDOWN, HTCAPTION,
MAKELPARAM(point.x,point.y)); //moving dialog
}
CDialog::OnLButtonDown(nFlags, point);
}

but maximize dialog move, too.

I want to don't move the maximize dialog.

Keywords & Tags: move, maximize, dialog, dotnet, visual, .net

URL: http://dotnet.itags.org/visual-c/71183/
 
«« Prev - Next »» 0 helpful answers below.

DotNet Visual C Hot Answers

DotNet Visual C New questions

DotNet Visual C Related Categories