I would like to send an Alt H to the main Callback from a subclassed Callback to trigger a File Bar menu. And I don't know how to do that. Can anyone give or point me to an *example*? I'm sure it's probably Control Send but I don't know what values to Send. I tried:
but no cigar. Actually mnu(1,1) is an identifier for a submenu choice. All I really want to do is display the Menu, not trigger any submenu items.
===================================
Faithless is he that says farewell
when the road darkens.
J. R. R. Tolkien (1892 - 1973)
===================================
Code:
Control Send hdlg, mnu_id(1, 1), %WM_COMMAND, 0, 0
===================================
Faithless is he that says farewell
when the road darkens.
J. R. R. Tolkien (1892 - 1973)
===================================
Comment