Search found 1 match

by Lewis78
Nov 16, 2021 5:08
Forum: Windows
Topic: How to add menus to an MDI Child window
Replies: 14
Views: 6009

Re: How to add menus to an MDI Child window

HOW CAN I EXECUTE COMMANDS IN A MENU ON A WINDOWS SCREEN ScreenRes Graphics mode ? I was able to add a menu to ScreenRes, but it doesn't execute commands ... Is it impossible?' ------- You can't, easily. The graphics window doesn't listen for WM_COMMAND messages, so menu clicks are just ignored. Yo...