//当我点击对话框上的控件时以下函数不会被调用.
void CDDialog:OnLButtonDown(UINT nFlags, CPoint point) 
{
// TODO: Add your message handler code here and/or  MessageBox("OK");
CFormView::OnLButtonDown(nFlags, point);
}
为什么??如何解决它。