Urgent Help Needed here!
I have a problem. I have attached a menu to my dialog based application called MyDlgApp. From the "Help" menu item, if I select "Help" submenu I am able to display the help contents using ::WinHelp() SDK function. Now I want to implement the same functionality for F1 key. I added accelerator for this "Help" submenu but it didn't work. Then I added code in PreTranslateMessage() for WM_KEYDOWN message. It is working fine. But it is also giving message (message box) that,
"Cannot find the C:\Products\Development\MyDlgApp\Release\MyDlgApp.hlp file. Do you want to try to find this file your self?"
Actually I am keeping helpfiles in HELP directory which is parallel to the EXE path.
I am not understandng why this messagebox is poping after displaying the help. How to remove this?
Thanks,
Narayana Murty.
Don't forget to rate this post if it helped you!

