Click here to Skip to main content
15,914,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC... WM_PAINT message Pin
Mciccarone3574-Feb-03 4:48
Mciccarone3574-Feb-03 4:48 
GeneralRe: MFC... WM_PAINT message Pin
Roger Allen4-Feb-03 6:02
Roger Allen4-Feb-03 6:02 
GeneralRe: MFC... WM_PAINT message Pin
357magnum4-Feb-03 10:46
357magnum4-Feb-03 10:46 
GeneralRe: MFC... WM_PAINT message Pin
Paul M Watt4-Feb-03 20:42
mentorPaul M Watt4-Feb-03 20:42 
GeneralVisual C++ Pin
Rage4-Feb-03 4:45
professionalRage4-Feb-03 4:45 
Generalchange html help files to windows help files Pin
includeh104-Feb-03 4:25
includeh104-Feb-03 4:25 
GeneralRe: change html help files to windows help files Pin
Roger Allen4-Feb-03 6:06
Roger Allen4-Feb-03 6:06 
GeneralRe: change html help files to windows help files Pin
Iain Clarke, Warrior Programmer4-Feb-03 6:43
Iain Clarke, Warrior Programmer4-Feb-03 6:43 
If you would be happy with the new help format (*.CHM), then as Roger Allen said you can "simply" create
a HPJ file describing all the html / pic files you want to crunch together using the help compiler that
came with VC++.

If you really want the old style help (*.HLP) then I would recommeng going via rich text format. This
is well documented (though don't ask me, I used Word 2.0 to save as RTF!) and may be easier for you to
generate. You would still need to generate a contents file etc, so the CHM route should be easier.

I presume you aren't making a help file from each individual html file...

Good luck,

Iain.
GeneralMFC exe file size Pin
Anonymous4-Feb-03 4:13
Anonymous4-Feb-03 4:13 
GeneralRe: MFC exe file size Pin
RobJones4-Feb-03 4:36
RobJones4-Feb-03 4:36 
GeneralRe: MFC exe file size Pin
Anonymous4-Feb-03 4:50
Anonymous4-Feb-03 4:50 
GeneralRe: MFC exe file size Pin
Anonymous4-Feb-03 4:55
Anonymous4-Feb-03 4:55 
GeneralRe: MFC exe file size Pin
includeh104-Feb-03 5:40
includeh104-Feb-03 5:40 
GeneralRe: MFC exe file size Pin
Anonymous4-Feb-03 5:45
Anonymous4-Feb-03 5:45 
GeneralRe: MFC exe file size Pin
includeh104-Feb-03 6:55
includeh104-Feb-03 6:55 
GeneralRe: MFC exe file size Pin
Anonymous5-Feb-03 22:37
Anonymous5-Feb-03 22:37 
GeneralRe: MFC exe file size Pin
Nitron4-Feb-03 13:40
Nitron4-Feb-03 13:40 
GeneralRe: MFC exe file size Pin
Anonymous5-Feb-03 22:37
Anonymous5-Feb-03 22:37 
Generalfirst chance exception when stepping in Pin
ns4-Feb-03 4:13
ns4-Feb-03 4:13 
GeneralRe: first chance exception when stepping in Pin
Alvaro Mendez4-Feb-03 4:23
Alvaro Mendez4-Feb-03 4:23 
Generalterrific advice! Pin
ns4-Feb-03 7:32
ns4-Feb-03 7:32 
GeneralRe: terrific advice! Pin
Alvaro Mendez4-Feb-03 8:25
Alvaro Mendez4-Feb-03 8:25 
GeneralBit Masking Pin
Nitron4-Feb-03 3:59
Nitron4-Feb-03 3:59 
GeneralRe: Bit Masking Pin
HENDRIK R4-Feb-03 4:08
HENDRIK R4-Feb-03 4:08 
GeneralRe: Bit Masking Pin
RChin4-Feb-03 4:14
RChin4-Feb-03 4:14 

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.