Click here to Skip to main content
15,917,321 members

Comments by redone218 (Top 1 by date)

redone218 8-Aug-11 12:53pm View    
I have same prolem. I have added this code.
if (pMsg->message==WM_LBUTTONDBLCLK)
{
AfxMessageBox(L"Double click");
}
It not work. There is no messagebox.
Anyone can resolve it, please?