Click here to Skip to main content
15,907,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating a process and capturing output Pin
Anonymous4-Aug-03 1:51
Anonymous4-Aug-03 1:51 
GeneralRe: Creating a process and capturing output Pin
Arjan Schouten4-Aug-03 2:08
Arjan Schouten4-Aug-03 2:08 
GeneralRe: Creating a process and capturing output Pin
Anonymous4-Aug-03 3:39
Anonymous4-Aug-03 3:39 
Questionany suggestion? Pin
zeki yugnak4-Aug-03 1:07
zeki yugnak4-Aug-03 1:07 
AnswerRe: any suggestion? Pin
David Chamberlain4-Aug-03 4:01
David Chamberlain4-Aug-03 4:01 
GeneralCRecentFileList Pin
Anonymous4-Aug-03 0:18
Anonymous4-Aug-03 0:18 
GeneralRe: CRecentFileList Pin
HPSI4-Aug-03 0:36
HPSI4-Aug-03 0:36 
Generalwindows help-topic does not exit error Pin
haritadala4-Aug-03 0:04
haritadala4-Aug-03 0:04 
Hello all

I'm trying to enable context sensitive help for cproperty sheet. I created a Dialog project by select "Use context sensitive help" from appwizard. I added a button to the Dialog and written the following handler.

MyDialog::OnClick()
{
MyPropertySheet sheet("SampleSheet");
sheet.AddPage(new MyPropertyPage());
sheet.DoModal();
}
when click event is occured it shows up propertypage and if I click "Help" button or f1 key I'm getting "Help topic does not exist, contact application vendor".

I edited the afxDlg.rtf and added the following
#HIDD_MYSHEET This is mysheet help
<page-break>
HIDD_MYHEET id defined in .hm file.

I also added an entry in .hpj file under map section like
#define HIDD_MYSHEET <value defined="" in="" .hm="" file="">

I'm not able to figure out where I'm doing wrong. if any one knows how to do enable help for the propertysheet please help me.

Many thanks for your help.
Hari.
GeneralRe: windows help-topic does not exit error Pin
HPSI4-Aug-03 0:25
HPSI4-Aug-03 0:25 
GeneralRe: windows help-topic does not exit error Pin
haritadala4-Aug-03 0:57
haritadala4-Aug-03 0:57 
GeneralProgram too big to fit in memory Pin
JensB3-Aug-03 23:37
JensB3-Aug-03 23:37 
GeneralCtreeCtrl Tool Tips Pin
Marissa1823-Aug-03 23:36
Marissa1823-Aug-03 23:36 
GeneralRe: CtreeCtrl Tool Tips Pin
Anonymous3-Aug-03 23:52
Anonymous3-Aug-03 23:52 
GeneralRe: CtreeCtrl Tool Tips Pin
HPSI4-Aug-03 0:20
HPSI4-Aug-03 0:20 
GeneralHere are some syntax Pin
FlyingDancer3-Aug-03 22:47
FlyingDancer3-Aug-03 22:47 
GeneralRe: Here are some syntax Pin
Ryan Binns4-Aug-03 1:24
Ryan Binns4-Aug-03 1:24 
GeneralRe: Here are some syntax Pin
FlyingDancer4-Aug-03 1:53
FlyingDancer4-Aug-03 1:53 
GeneralRe: Here are some syntax Pin
Ryan Binns4-Aug-03 1:58
Ryan Binns4-Aug-03 1:58 
GeneralNet*Enum APIs, can't link FileEnum user to host Pin
Fahr3-Aug-03 22:43
Fahr3-Aug-03 22:43 
QuestionHow to play a .mod or .xm music? Pin
lenghost3-Aug-03 22:36
lenghost3-Aug-03 22:36 
AnswerRe: How to play a .mod or .xm music? Pin
Kochise3-Aug-03 23:16
Kochise3-Aug-03 23:16 
GeneralRe: How to play a .mod or .xm music? Pin
lenghost4-Aug-03 15:17
lenghost4-Aug-03 15:17 
QuestionHow to disable displaying &quot;...&quot; in column header when text is wider? Pin
s_k3-Aug-03 22:30
s_k3-Aug-03 22:30 
AnswerRe: How to disable displaying &quot;...&quot; in column header when text is wider? Pin
Kochise4-Aug-03 1:58
Kochise4-Aug-03 1:58 
GeneralOne time initialization after modal dialog box is shown Pin
harmendejong3-Aug-03 21:52
harmendejong3-Aug-03 21:52 

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.