Board index » delphi » Example on making a help file??
Bart
![]() Delphi Developer |
Thu, 09 May 2002 03:00:00 GMT
|
Bart
![]() Delphi Developer |
Thu, 09 May 2002 03:00:00 GMT
Example on making a help file??
Hi,
is there anybody out there who can give me some kind of example Anyone? :-) thanx, |
Alexander Halse
![]() Delphi Developer |
Thu, 09 May 2002 03:00:00 GMT
Re:Example on making a help file??Quote> is there anybody out there who can give me some kind of example -- |
Steve Gouldsto
![]() Delphi Developer |
Thu, 09 May 2002 03:00:00 GMT
Re:Example on making a help file??Hi Bart QuoteBart <r...@stack.nl> wrote: Workshop from the MS web site and this will get you the help compiler and a handy reference HLP file - though it is not really tutorial. You will probably find it easier to use one of the low cost help file However, A simple example help file follows : save this as SIMPLE.RTF {\rtf1\ansi {\fonttbl{\f0\froman System;}{\f1\froman Times New Roman;} {\colortbl; \red0\green0\blue0; \red0\green0\blue255; #{\footnote H_0000} \pard\plain\f3\fs30\cf2\b Welcome to Untitled \page \pard\plain\f3\fs18\cf1 this is second topic. Quote} and this as SIMPLE.HPJ [OPTIONS] [FILES] [MAP] [WINDOWS] [CONFIG] and then compile with the help workshop. Steve |
JefSumme
![]() Delphi Developer |
Sat, 11 May 2002 03:00:00 GMT
Re:Example on making a help file??Everyone will chime in with their favorites, but I would suggest Oasis SE as a fairly simple to learn and use Help editor. Cut and paste from your word processor, select your keywords, and compile - presto, a help file. That it is free is a plus. /js Quote>Hi, |
Steve Koters
![]() Delphi Developer |
Sat, 11 May 2002 03:00:00 GMT
Re:Example on making a help file??QuoteOn Sun, 21 Nov 1999 13:29:43 +0100, Bart <r...@stack.nl> wrote: this is not a Delphi-specific thing, which explains why it is not documented in Delphi itself. Once you have a valid help file, it is easy to use it in a Delphi 1. Select Project|Options from the IDE menu. You can do this at runtime, instead, if you prefer. Set the Application.HelpFile := ExtractFileName(Application.EXEName) + Once designated, help commands of VCL methods will use that help file. For Application.HelpCommand(HELP_FINDER, 0); You can also implement context-sensitive help. That is when a visual _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ |
Jef Charlie
![]() Delphi Developer |
Sun, 12 May 2002 03:00:00 GMT
Re:Example on making a help file??You can make an hehlpfile with DotHLP from www.auricvisions.com. The trial is free. It is as easy as writing a document in word. You have the DotHlp and the DotCHM version. But the DotHlp version will do. With DotHlp you can export the helpfile to htm pages too. See my example on http://gallery.uunet.be/charlijo/ which is an export. Jef Charlier QuoteBart <r...@stack.nl> wrote in message news:3837E5B7.A555312A@stack.nl... |
1. Need Help making Ascii File into Table!
2. Help newbie - making copies of files
3. TreeView Help!! Making a HelpMe File
4. Making the Interbase UDF Example
6. Buffering files, help example doesn't work
7. TCP File Transfer help/example needed.
8. Making an OBJ-File out af an EXE-File