HMENU, can i change one thing?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
My MenuBar class use the HMENU ant the ::TrackPopupMenu, the problem is not with the HMENU command, is with the ::TrackPopupMenu, i'm writing my own menu class, but this is not a menu, is a window that acts as a menu, and when i use the ::TrackPopupMenu, i get the classic menu made by Windows, how can i make that the ::TrackPopupMenu shows my menu(fakemenu)?. :confused: