Menu dropdown event in SDI application
-
I want to add a submenu at the end of 'Edit' Menu at run time at the time of dropdown of Edit menu. What event I have to use for this purpose? The submenu content may vary time to time, so I want to append it at the time of main Edit menu dropdown. Thanks
-- "Programming is an art that fights back!"
-
I want to add a submenu at the end of 'Edit' Menu at run time at the time of dropdown of Edit menu. What event I have to use for this purpose? The submenu content may vary time to time, so I want to append it at the time of main Edit menu dropdown. Thanks
-- "Programming is an art that fights back!"
Is maybe WM_ENTERMENULOOP[^] what you are looking for?
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <