Library tutorials & articles
Writing Help
By James Crowley, published on 14 Jul 2001
Browse Sequence
Finally, enter one more footnote in front of the W, with a + sign as the custom mark. This defines your browse sequence, the order in which topics appear when you press the forward(>>) and reverse(<<) buttons. Use the following syntax:
Groupname : Sequence
Groupname is the name of your topic group e.g. 'Getting Started', the sequence is a number defining the order in which the topics are shown in the 'Getting Started' group.
Related articles
Related discussion
-
Key_Press() event for text box
by Aquila (1 replies)
-
Regarding Visual Basic Programme
by manjunathsl2007 (0 replies)
-
how do you hide all in VB6
by CapnJack (1 replies)
-
Problem with Input File
by novavb6 (3 replies)
-
How to produce a txt file with a table??
by novavb6 (1 replies)
I've been having the same problem. I found that you can trick VB into doing it by placing the following code in the click event on your help button:
SendKeys "{F1}", True
The trouble is, I have to click the button twice on my application for this particular command to work.
Actually I wrote a help file for my latest application, (using some other tools, doesn't matter)
Now I have a compiled help file.
I can acess his help by pressing the F1 key anywhere in my application, fine.
But whoe can I make e.g. a Help Button?
I get lots of errors and warnings. I do it all like here is told. Please send me an example .RTF and .HPJ file so I can learn from them E-Mail: netgert@hot.ee
This thread is for discussions of Writing Help.