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.
> Hello,> In the code snippet posted below VS 7.1 (2003)> crashes with the error message:> C:\projec...
By marklaceymsft
Hello,I'm using System.Security.Cryptography to develop some XML APs.However, the RSA class in my pr...
By 235673386521335279152
(Type your message here)#include "stdafx.h"#using <mscorlib.dll>using namespace System;#import &l...
By rafatsubhanvia_net247
hi,all.I need a control bar which is similar to the .net toolbox that when the mouse move on the sma...
By wangwanxin1_163_net
I dont understand how to do thisI created a dialog based project and that is fine for mostof my prog...
By merrua, 1 Comments
HiMy application crashes all of a sudden giving me the following error.Can anybody help please?Excep...
By vasuki, 1 Comments
I am writing a SNMP extension dll and a trigger.Now i want to send a string from trigger.exe to MyNe...
By abitpro, 1 Comments
I have the C++ exe created with Microsoft Visual Studio 6.0. Now haveported the code to Microsoft Vi...
By highanddry, 2 Comments
Is there a way that I can view the items/elements of a generic list inVS2005? For example, if I use ...
By hbb, 1 Comments