WM_SHOWMAINMENU msg. and title bar main menu... [Archive] - Quintessential Forum

PDA

View Full Version : WM_SHOWMAINMENU msg. and title bar main menu...


shaohao
01-12-2004, 01:55 PM
It is still a bug to the main menu on title bar on windows' task bar.

I've peek QCD's msg processing and I noticed QCD wouln't send WM_SHOWMAINMENU when user right click on title bar on windows' task bar to display QCD's main menu.

Hi, Paul:
These must be some bugs to QCD's title bar menu!!
Can you check it?

Paul
01-12-2004, 07:51 PM
That's right, WM_SHOWMAINMENU is not sent for the taskbar menu since the main menu in that case is not a popup, but a submenu.

shaohao
01-13-2004, 04:57 AM
That's right, WM_SHOWMAINMENU is not sent for the taskbar menu since the main menu in that case is not a popup, but a submenu.

Does that mean all of my modification to the main menu will not apply to the titile bar main menu?
:(

Paul
01-13-2004, 05:20 AM
Does that mean all of my modification to the main menu will not apply to the titile bar main menu?
:(
How are you catching the main menu?