Hi<br> I have generated a application ( a do nothing) application<br>using appWiward . I addded a private status bar variable<br>in CMainFrame class . I want that on mouse move the mouse<br>coordinates should be displayed in the status bar . So I<br>have added a WM_MOUSEMOVE message handler in the CMainFrame<br>class . And on this handler i am showing the mouse position<br>in the status bar . But problem is that on moving the mouse<br>also , the code is not being executed .Why is it so ? If<br>we can't access the mouse handler then how to get the mouse<br>position in the CMainFrame class . I can get it in the view<br>class, but my status bar is private member of the cMainframe<br>class . So how do i show the mouse position in the status<br>bar . <br> Please reply this ASAP . I would be really thankful to you..<br> Regards<br> Dev