home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / ahelp / add_help.frm (.txt) next >
Visual Basic Form  |  1980-01-04  |  3KB  |  63 lines

  1. AddHelp
  2. Add Help
  3. Form1%
  4. Label3
  5. ?Please read the disclaimer at the beginning of the Global file.
  6. Label2
  7. 0to add the Windows Help system to your programs.
  8. Label1
  9. +These two files contain everything you need
  10.     Menu_Help
  11. &Help
  12. Menu_HelpSelection
  13. &Index
  14. Menu_HelpSelection
  15.     &Keyboard
  16. Menu_HelpSelection
  17.     &Commands
  18. Menu_HelpSelection
  19. &Using Help
  20. Menu_HelpSelection
  21. Menu_HelpSelection
  22. &About
  23. Form_Click
  24. Get_Help
  25.     HelpTopic
  26. MID_USING_HELP
  27. WinHelp
  28. Editor
  29. dummy
  30. HELP_HELPONHELP
  31. HELP_CONTEXT/
  32. Help_File_In_Path
  33. CurrentDir
  34.     SemiColon"
  35. Found
  36. @    Form_Load
  37. Menu_HelpSelection_Click
  38. Index
  39.     MID_ABOUT
  40. Menu_Help_Click
  41. MYHELP
  42. Form_Unload
  43. Cancel
  44.     HELP_QUIT
  45. Form_Load
  46. ICONWRKS.HLP not found in your path.
  47. Windows searches your PATH environment variable for help files, 
  48. so you need to copy ICONWRKS.HLP to a directory included in your 
  49. PATH if you wish to obtain help while running IconWorks.
  50. IconWorks help not available
  51. Form_Unload
  52. Get_Help
  53.  "Using Help" was selected so display the Standard Windows Help
  54.  Topic for "Using Help".
  55.  A help topic other the "Using help" was selected.
  56. MYHELP.HLP
  57. Help_File_In_Path
  58.  Need to substitute the help file name for MYHELP.HLP
  59. MYHELP.HLP
  60. Menu_HelpSelection_Click
  61.  Processes all Help Menu selections.
  62.  AboutBox.Show MODAL
  63.