Search Results

0
votes

Sending WM_COMMAND to a TMenuItem

I don't think you can send a message directly to your menu item, but you can just post it to the main window and show your dialog from there. I do this and it works great so that the dialog box (i …