Mouse and Keyboard Interaction (MFC VC++)
Problem Statement:
Create a multi-document application with the following functionalities:
Mouse Position Tracking: Continuously display the mouse's (X, Y) coordinates in the application status bar.
Mouse Click Alert: Show a dialog box identifying the button clicked (Left/Right/Middle) when the mouse is clicked.
Key Press Detection: Display a dialog box when SHIFT, CTRL, or ALT keys are pressed, indicating the key name.