Robert Ollesch
April 9th, 1999, 04:09 AM
Does anyone know how to call the standard Windows context menu? I have a listview with a few filenames and want to call the context menu that we get in the explorer etc.
Thanx :-)
Thanx :-)
|
Click to See Complete Forum and Search --> : Windows Standard Context Menu Robert Ollesch April 9th, 1999, 04:09 AM Does anyone know how to call the standard Windows context menu? I have a listview with a few filenames and want to call the context menu that we get in the explorer etc. Thanx :-) Rob Woodruff April 12th, 1999, 09:32 AM There really isn't a 'standard' context menu. Think about it - "context menu" implies that the menu is based on the current context. So how could you have a "standard" when the context varies all the time??? Anyway - you define your own popup menu, handle WM_CONTEXTMENU (sic) and call TrackPopupMenu().... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |