I have added a menu item to the SystemMenu of the console window of my application which i created using the AllocConsole()
function. but I could not figure out how to process the events for the menu items I've added.
How can i process those menu events?
Thank you