Advertisement

Menu in fullscreen

Started by October 11, 2001 08:54 AM
0 comments, last by dadio 23 years, 4 months ago
Ok, so I have a simple win32 menu with my app, but I want to be able to switch it off and on in fullscreen mode. Anyone have an idea on how to do that? thx in advance
Well, I found one solution:
create a menu at run time with CreateMenu() and CreatePopupMenu(), attach it with AppendMenu() and detach with RemoveMenu().

This is what I got so far. I anyone has another method, I''ll be happy to hear

thx

This topic is closed to new replies.

Advertisement