A problem about StartMenu show/hide notification

Dear All,

I have a problem about StartMenu show/hide notification.

When an application runs, clicking the StartMenu icon will show the windows start menu. Clicking outside of the menu will close the StartMenu, but the application window didn't get any message at this time. So, this causes problem if application paints using DirectDraw. How can the application window get the StartMenu show/hide notification

Any help would be greatly appreciated!

Thanks,

Jane




Answer this question

A problem about StartMenu show/hide notification

  • Forch

    There is no special Show/Hide notification for the start menu. Your application needs to handle WM_PAINT correctly

  • A problem about StartMenu show/hide notification