How to Create Context-Sensitive Help with Fly Help?
You should prepare a header file (.h file) for your context-sensitive help.
This .h file contains the following define statements:#define IDH_FILE_NEW 1 #define IDH_FILE_OPEN 2 #define IDH_FILE_SAVE 3IDH_FILE_NEW, IDH_FILE_OPEN, IDH_FILE_SAVE are help context IDs of interface elements.
You can use any text editor to edit this .h file.
Tip: If you want to connect Context Sensitive HTML Help to Visual C++ programs, you can also use the resource.h of your project to replace this header file.
Step 2: Import this .h fileImport this .h file to your Fly Help project.
- On the toolbar, click to display the Help Context ID Mapper window.
-Or-
From the View menu, select Help Context ID Mapper. - Click Import .h File.
Tip: Click Reload .h File button to refresh this .h file if it is modified by other editors.
Step 3: Assign topic files to Help Context IDsTo assign a topic or a .html file to a Help Context ID, simply drag an entry from the visual TOC Designer (in Contents window, see Figure 1) or the visual Index Designer (in Index window, see Figure 2) or the Files List (in Files window, see Figure 3) and drop it onto a corresponding Help Context ID.
Figure 1. A TOC entry being dropped onto a Help Context ID
Figure 2. An index entry being dropped onto a Help Context ID
Figure 3. A file list entry being dropped onto a Help Context ID

Step 4: Compile to CHM
Now you can execute the Compile to CHM command to generate the final HTML Help file (.CHM file). If you execute the command on an unnamed project, you will be asked to name it first.
- From the Tools menu, select Compile to CHM.
-Or-
On the toolbar, click Compile to CHM.
Windows media player 12
With it, you can play audio, video and viewing images on Windows 7 and have a great experience.
Norton Internet Security 2010
Norton Internet Security 2010 offers comprehensive protection against all types of online threats.
WinRAR 3.9
WinRAR is an powerful archiving utility that completely supports RAR and ZIP archives.
Senuti for Mac
Use Senuti to quickly and easily transfer music from your iPod or iPhone to your Mac.
VLC Media Player for Mac
VLC for Mac OS X is distributed as a disk image. Download the .dmg file, open it, and copy VLC to your hard drive.
iSquint
iSquint a program for converting videos from the internet to iPod or TV.
Tags:Fly Help, Create Context Sensitive Help, Context Sensitive Help


