Trackpopupmenu
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 101 articles for 0.303 sec
I am not aware of any way to display a context menu without using TrackPopupMenu. joe On Mon, 4 Aug 2008 00:16:49 -0700 (PDT), hpesata <hpesata@gmx.at> wrote: >Hi Joe! > >> It also stops >> (a) when you drop down a menu >> (b) while you are resizing the window >> (c) while you are dragging the window >> This is because these actions all have their own private message loop. I would     

Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: Joseph M. Newcomer
Date: Aug 4, 2008 06:18

Hi Joe! It also stops (a) when you drop down a menu (b) while you are resizing the window (c) while you are dragging the window This is because these actions all have their own private message loop. I would not be surprised to find that OnIdle is also blocked by a MessageBox. You should not be doing time-critical updates in OnIdle. Actually, pretending the Windows is capable
Show full article (1.50Kb) · Show article thread
It also stops (a) when you drop down a menu (b) while you are resizing the window (c) while you are dragging the window This is because these actions all have their own private message loop. I would not be surprised to find that OnIdle is also blocked by a MessageBox. You should not be doing time-critical updates in OnIdle. Actually, pretending the Windows is capable of real-time is a     

Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: hpesata
Date: Aug 4, 2008 00:16

Hi ! I wrote an MFC app using VC++ .NET 2003. our app uses multiple docking panes (holding report ctrls and the likes) which are implemented in several MFC extension dlls. In a derived CWinApp::OnIdle() function I update the panes because our tool displays online measurement data from a connected hardware device. I realized that the processing of OnIdle() stops when I display a right mouse
Show full article (1.17Kb) · Show article thread
What is the parent window you specify? The menu items are enabled/disabled according to standard MFC rules, so if the window you reference doesn't have a handler for the menu ID, the control will be disabled. You would typically specify 'this' as the target window, and you would have message map entries for each menu ID joe On Tue, 06 Nov 2007 05:36:19 -0000, ggurubasavaraja@gmail.com     

Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: Joseph M. Newcomer
Date: Aug 1, 2008 06:19

Hi, I'm adding my own custom menu items into the context menu of Internet Explorer. This is working well on the front end, but IE apparently calls TrackPopupMenu with the TPM_RETURNCMD flag, so a WM_COMMAND menu is not sent when my menu item is selected. I need to get some notification that my menu item has been clicked. So my first question would be, is it possible (given that I have the
Show full article (1.86Kb) · Show article thread
Hi Christian, is it true that the complete Drawing and Painting stuff has been moved to the user mode in windows vista, to reduce the context switches for GDI operations,...? Regards Kerem -- ----------------------- Beste Grüsse / Best regards / Votre bien devoue Kerem Gümrükcü Latest Project: http://www.codeplex.com/restarts Latest Open-Source Projects: http://entwicklung.junetz     

Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: hpesata
Date: Aug 1, 2008 00:46

On 16 sep, 20:27, Gabriel <gabriel.ma...@gmail.com> wrote: Can you explain a bit more about it? I googled and read a couple of things but nothing too descriptive. Windows calls Kernel functions through WIN32K.SYS For example, if you call TrackPopupMenu() in User Mode, it will call NtUserTrackPopupMenuEx() in Kernel Mode (service call), which will create the menu class #32768 in win32k
Show full article (0.91Kb)
David Lowndes wrote: >> Here is context menu loaded from resource. >> How can I make my main frame window to be context menu's parent ? >> > > It's a parameter in the call to TrackPopupMenu. > > Dave > use *something* like this CMenu menu; VERIFY(menu.LoadMenu(IDR_MENU_CONTEXT)); CMenu* pPopup = menu.GetSubMenu(0); ASSERT(pPopup     

Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: Joseph M. Newcomer
Date: Nov 5, 2007 22:03

Show full article (0.87Kb) · Show article thread
    

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for Trackpopupmenu in comp.os.mswindows.programmer.win32
Author: Nathan Baker
Date: Apr 9, 2007 10:00

Show full article (1.25Kb)
    

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for Trackpopupmenu in comp.os.mswindows.programmer.win32
Author: Kerem Gümrükcü
Date: Sep 18, 2008 11:16

Show full article (1.20Kb) · Show article thread
    

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for Trackpopupmenu in comp.os.mswindows.programmer.win32
Author: Christian ASTOR
Date: Sep 18, 2008 08:13

Show full article (0.53Kb) · Show article thread
    

Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: Ashutosh Bhawasinka
Date: Sep 1, 2008 10:29

Show full article (1.90Kb) · Show article thread
    

Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: David Lowndes
Date: Sep 1, 2008 06:15

Show full article (0.17Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next