Hi all,

I am using VC++ 6.0.

I am creating a simple "MFC AppWizard" based SDI application....and using ClassWizard to map WM_LBUTTONDOWN in the CMainFrame class. Thus Class Wizard creates an OnLButtonDown function....

However, this function never get called???? I placed a TRACE statement and it never gets executed. On the other hand, if I create the OnLButtonDown function in the CView derived class....it gets called without any problems.

Thanks in advance.