How to Set Up Multiple Jumps Within a Scrolling Help ContextLast reviewed: June 21, 1995Article ID: Q113389 |
The information in this article applies to:
- Professional Edition of Microsoft Visual Basic for Windows, versions 2.0 and 3.0
SUMMARYThis article gives the steps necessary to create a help file similar to the Glossary help file in Visual Basic version 3.0 for Windows. It describes how to implement non-scrolling regions that contain context sensitive jump buttons.
MORE INFORMATIONFrom the Visual Basic for Windows Main Help Screen, select the Glossary to bring up an alphabetical list of keywords. You can see a non-scrolling region with bit mapped buttons above a scrolling region. When you click a button labeled from A to Z, you are able to jump within the current help screen context. Several steps are necessary for you to re-create this behavior in a Visual Basic application. NOTE: you will need to use a word processor (for example, Microsoft Word for Windows) that supports Rich Text Format (.RTF) files. This example assumes you are using Microsoft Word for Windows, and describes the appropriate Word commands.
Steps to Create Your Glossary Help File
REFERENCES"Microsoft Visual Basic Professional Features Book 1", Help Compiler Guide, pg. 37, pg. 41, pg. 117, pg. 119. |
Additional reference words: 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |