Click here to Skip to main content
15,908,172 members

Comments by pengxinglove (Top 3 by date)

pengxinglove 31-May-10 1:50am View    
thank you Alison p
pengxinglove 17-May-10 21:08pm View    
yes ,
i do like that:
void CTestHitPro_v1Dlg::OnMouseMove(UINT nFlags, CPoint point)
{
CRect rt;
GetClientRect( &rt );

ClientToScreen(&rt);
if( nFlags == MK_LBUTTON )
MoveWindow( point.x,point.y, rt.Width(), rt.Height() );

CDialog::OnMouseMove(nFlags, point);
}
but the result let me down
pengxinglove 16-May-10 21:41pm View    
hi,
thank you,
i just want move a dialog that property include style is popup and border is NONE by using the mouse
os:wince 5.0