Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to override OnOK() and OnESC() in an instance of CDialog? Pin
Cedric Moonen4-Mar-09 22:47
Cedric Moonen4-Mar-09 22:47 
GeneralRe: How to override OnOK() and OnESC() in an instance of CDialog? Pin
B_U_A4-Mar-09 23:24
B_U_A4-Mar-09 23:24 
GeneralRe: How to override OnOK() and OnESC() in an instance of CDialog? Pin
Hamid_RT4-Mar-09 23:55
Hamid_RT4-Mar-09 23:55 
QuestionHow to receive buffer from a directx based game Pin
kallol kumar4-Mar-09 20:56
kallol kumar4-Mar-09 20:56 
AnswerRe: How to receive buffer from a directx based game [modified] Pin
Code-o-mat4-Mar-09 21:59
Code-o-mat4-Mar-09 21:59 
GeneralRe: How to receive buffer from a directx based game Pin
kallol kumar5-Mar-09 1:15
kallol kumar5-Mar-09 1:15 
GeneralRe: How to receive buffer from a directx based game Pin
Code-o-mat5-Mar-09 1:36
Code-o-mat5-Mar-09 1:36 
QuestionContext Help in dialog Pin
Anu_Bala4-Mar-09 20:14
Anu_Bala4-Mar-09 20:14 
Hi,

I made HTML Help for every topics of my applicaiton.
I want to get help form all dialog,but it refersa single help file,but depends on dialog it shows the topic..So i coded for that.
My coding is here
BOOL CDisturbance::OnHelpInfo(HELPINFO* pHelpInfo)
{
HWND hwnd = GetSafeHwnd();
CString Path = gsInstallPath + "\\esim\\help" + "\\";
CString HFName = "IStation.chm";
CString Folder= Path + HFName;
HtmlHelp(0, Folder, HH_DISPLAY_TOPIC, ByVal "Disturbance.htm");
return TRUE;
}

I found this code from net as article,

But when i compile,it shows undeclared identifier for Htmlhelp.
SO tht i include
#include <htmlhelp> and i add htmlhelp.lib in project settings.

But where can i get htmlhelp.h file?

Anu

AnswerRe: Context Help in dialog Pin
Hamid_RT4-Mar-09 20:49
Hamid_RT4-Mar-09 20:49 
AnswerRe: Context Help in dialog Pin
SandipG 4-Mar-09 20:56
SandipG 4-Mar-09 20:56 
GeneralRe: Context Help in dialog Pin
Anu_Bala4-Mar-09 21:29
Anu_Bala4-Mar-09 21:29 
QuestionRe: Context Help in dialog Pin
Anu_Bala4-Mar-09 21:58
Anu_Bala4-Mar-09 21:58 
AnswerRe: Context Help in dialog Pin
SandipG 4-Mar-09 22:40
SandipG 4-Mar-09 22:40 
QuestionCWnd getting erased by other windows. Pin
whatever174-Mar-09 19:47
whatever174-Mar-09 19:47 
AnswerRe: CWnd getting erased by other windows. Pin
Cedric Moonen4-Mar-09 20:14
Cedric Moonen4-Mar-09 20:14 
QuestionRe: CWnd getting erased by other windows. Pin
Eytukan4-Mar-09 20:16
Eytukan4-Mar-09 20:16 
AnswerRe: CWnd getting erased by other windows. Pin
Cedric Moonen4-Mar-09 20:20
Cedric Moonen4-Mar-09 20:20 
GeneralRe: CWnd getting erased by other windows. Pin
whatever174-Mar-09 21:44
whatever174-Mar-09 21:44 
GeneralRe: CWnd getting erased by other windows. Pin
Iain Clarke, Warrior Programmer4-Mar-09 22:21
Iain Clarke, Warrior Programmer4-Mar-09 22:21 
GeneralRe: CWnd getting erased by other windows. Pin
whatever174-Mar-09 22:58
whatever174-Mar-09 22:58 
GeneralRe: CWnd getting erased by other windows. Pin
Iain Clarke, Warrior Programmer4-Mar-09 23:20
Iain Clarke, Warrior Programmer4-Mar-09 23:20 
GeneralRe: CWnd getting erased by other windows. Pin
whatever174-Mar-09 23:45
whatever174-Mar-09 23:45 
GeneralRe: CWnd getting erased by other windows. Pin
SandipG 5-Mar-09 0:33
SandipG 5-Mar-09 0:33 
GeneralRe: CWnd getting erased by other windows. Pin
whatever175-Mar-09 1:15
whatever175-Mar-09 1:15 
GeneralRe: CWnd getting erased by other windows. Pin
SandipG 5-Mar-09 1:24
SandipG 5-Mar-09 1:24 

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.