Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
Stefan Pedersen23-Mar-03 12:52
Stefan Pedersen23-Mar-03 12:52 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Ambit23-Mar-03 14:47
Ambit23-Mar-03 14:47 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Stefan Pedersen23-Mar-03 23:36
Stefan Pedersen23-Mar-03 23:36 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
Dave Bryant23-Mar-03 13:52
Dave Bryant23-Mar-03 13:52 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Ambit23-Mar-03 14:32
Ambit23-Mar-03 14:32 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
Navin23-Mar-03 16:42
Navin23-Mar-03 16:42 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
r i s h a b h s23-Mar-03 19:20
r i s h a b h s23-Mar-03 19:20 
GeneralTrying to create context-sensitive help with VC++ Pin
trimtrom23-Mar-03 11:53
trimtrom23-Mar-03 11:53 
Hi,
I am developing an MFC application on VC++ .Net with HTMLHelp generated by the AppWizard. I am looking to have context-sensitive help, much of which was generated by the wizard, but I find I have to add bits regarding menu options or toolbar options I have added on later.

I have invoked the help as follows:
ON_COMMAND(ID_CONTEXT_HELP, CFrameWnd::OnContextHelp)
I have included the helpfiles for each option in the HTMLHelp project file alias:
ID_LPS_DELETE = hid_record_delete.htm
I have included their definitions in a header file HTMLDefines.h:
#define ID_LPS_DELETE 32792
I have included the header file in the map section of the project file:
[MAP]
#include HTMLDefines.h

With all of the above I am looking to have the help window come up automatically showing the correct Help page when you drag the Help icon onto a menu option, or press F1while highlighting a menu option. But I just get a message saying "Failed to launch Help".

What am I doing wrong??? All help appreciated,

Trimtrom


GeneralAnnoying fstream problem!! Pin
Rickard Andersson2023-Mar-03 10:29
Rickard Andersson2023-Mar-03 10:29 
GeneralRe: Annoying fstream problem!! Pin
Christian Graus23-Mar-03 10:34
protectorChristian Graus23-Mar-03 10:34 
GeneralRe: Annoying fstream problem!! Pin
Rickard Andersson2023-Mar-03 10:56
Rickard Andersson2023-Mar-03 10:56 
GeneralRe: Annoying fstream problem!! Pin
Joaquín M López Muñoz23-Mar-03 11:00
Joaquín M López Muñoz23-Mar-03 11:00 
GeneralRe: Annoying fstream problem!! Pin
Rickard Andersson2023-Mar-03 11:12
Rickard Andersson2023-Mar-03 11:12 
GeneralRe: Annoying fstream problem!! Pin
Joaquín M López Muñoz23-Mar-03 20:13
Joaquín M López Muñoz23-Mar-03 20:13 
GeneralRe: Annoying fstream problem!! Pin
Rickard Andersson2023-Mar-03 22:36
Rickard Andersson2023-Mar-03 22:36 
QuestionMenu Mnemonics on Dialog? Pin
MKlucher23-Mar-03 10:05
MKlucher23-Mar-03 10:05 
AnswerRe: Menu Mnemonics on Dialog? Pin
Dave Bryant23-Mar-03 10:46
Dave Bryant23-Mar-03 10:46 
GeneralRe: Menu Mnemonics on Dialog? Pin
MKlucher24-Mar-03 5:36
MKlucher24-Mar-03 5:36 
GeneralDate Sorting Pin
Anthony988723-Mar-03 9:16
Anthony988723-Mar-03 9:16 
GeneralRe: Date Sorting Pin
Ted Ferenc23-Mar-03 12:20
Ted Ferenc23-Mar-03 12:20 
GeneralKeyboard Shortcuts for VC++ 6 Pin
MKlucher23-Mar-03 9:08
MKlucher23-Mar-03 9:08 
GeneralRe: Keyboard Shortcuts for VC++ 6 Pin
jmkhael23-Mar-03 9:11
jmkhael23-Mar-03 9:11 
GeneralHelp concering CDialogBar Pin
Steven M Hunt23-Mar-03 8:51
Steven M Hunt23-Mar-03 8:51 
GeneralRe: Help concering CDialogBar Pin
Rage23-Mar-03 21:06
professionalRage23-Mar-03 21:06 
GeneralRe: Help concering CDialogBar Pin
Steven M Hunt24-Mar-03 6:26
Steven M Hunt24-Mar-03 6:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.