Page 1 of 1

MsgYesNo() and "Num" +- Key

Posted: Wed Nov 10, 2021 7:04 am
by AUGE_OHR
hi,

i know MsgYesNo() does call MessageBox()
flag MB_YESNO will produce "Yes" and "No" Button

i can press "Y" or "N" or click on Button
now i like to "add" "Num" Key "+" and "-" for Yes/No

Question : how to enhance FUNCTION MsgYesNo() in c:\hmg.3.4.4\SOURCE\h_msgbox.prg :?:

Idea : "SET" Key before call c_msgyesno() and "reset" it after calling ... how under harbour