Delphi and Chm Help Files
From: Yehia Ahmed (yehiaeg_at_hotmail.com)
Date: 01/25/04
- Next message: Bryan Crotaz: "Re: Serial port interface: rewriting a BASIC program in Delphi 5"
- Previous message: Charles Appel: "Re: Loading Stock Bitmaps"
- Next in thread: Robert Marquardt: "Re: Delphi and Chm Help Files"
- Reply: Robert Marquardt: "Re: Delphi and Chm Help Files"
- Reply: Peter Below (TeamB): "Re: Delphi and Chm Help Files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 25 Jan 2004 17:38:51 +0200
hello,
i made a .chm file for my application,
i know that delphi doesn't support the chm help file type,
so i launched the help file using shellexecute:
ShellExecute(
Application.Handle,
'open',
'c:\test.chm',
nil,
nil,
0);
Somehow, this didn't work either, any ideas?
Thanks In Advance
Yehia
- Next message: Bryan Crotaz: "Re: Serial port interface: rewriting a BASIC program in Delphi 5"
- Previous message: Charles Appel: "Re: Loading Stock Bitmaps"
- Next in thread: Robert Marquardt: "Re: Delphi and Chm Help Files"
- Reply: Robert Marquardt: "Re: Delphi and Chm Help Files"
- Reply: Peter Below (TeamB): "Re: Delphi and Chm Help Files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|