Prev: Resize the MFC ribbon
Next: DC identification
From: Ivan on 20 May 2010 08:34 Hello. How can I suppress menu "What's this" displayed on right click in status bar pane? I don't call parent CStatusBar::OnRButtonDown(...), but menu still appear. Thanks.
From: Seetharam on 20 May 2010 09:56 See if you have WM_CONTEXTMENU handled. -Seetharam
From: Tom Serface on 20 May 2010 11:47 Are you using a third party status bar control or have you done something to override the normal CStatusBar behavior? I've never seen a What's this menu. Are you experiencing something like this: http://us.generation-nt.com/answer/ccontrolbar-cstatusbar-help-15244222.html Tom "Ivan" <Ivan(a)discussions.microsoft.com> wrote in message news:E30E6D99-637C-4042-A9AB-39EED4568658(a)microsoft.com... > Hello. > > How can I suppress menu "What's this" displayed on right click in status > bar > pane? > I don't call parent CStatusBar::OnRButtonDown(...), but menu still appear. > > Thanks.
From: Ivan on 20 May 2010 14:46 Thanks "Seetharam" wrote: > See if you have WM_CONTEXTMENU handled. > > -Seetharam > . >
|
Pages: 1 Prev: Resize the MFC ribbon Next: DC identification |