I have an MDI application with a status bar that shows a timed error message (using the timer control).
I want the error message to be shown till a mouse/keyboard event or till the timer event whichever is longer.
Since the user can click on a child window - the MDI form does not always get the mouse event. Is there anyway to capture the fact that the MDI application has received a mouse or a keyboard event?
I want the error message to be shown till a mouse/keyboard event or till the timer event whichever is longer.
Since the user can click on a child window - the MDI form does not always get the mouse event. Is there anyway to capture the fact that the MDI application has received a mouse or a keyboard event?