home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / alexrk / alexhelp.frm (.txt) < prev    next >
Visual Basic Form  |  1980-01-04  |  5KB  |  112 lines

  1. Form2
  2. Alex's Rocket Programmer Help
  3. Form2%
  4. HelpText
  5. HelpText
  6.     HelpIndex
  7. Command2
  8.     Find Next
  9. Command1
  10.     Exit Help
  11. Label1
  12. 7Click Topic Below - Text will Appear in window at right
  13. Command1_Click
  14. Form2
  15. Form_Click
  16. @    Form_Load
  17.     HelpError
  18. HelpIndexPathw
  19. FileNum
  20. linesl
  21. LoadHelpIndex
  22. LoadHelpText
  23. IndexEntry
  24. List11
  25. HelpFilePath
  26. HelpData
  27. HelpText
  28. Text1
  29. Text7
  30. HelpIndex_Click
  31. HelpText_Change*
  32.     HelpIndex
  33. EndHelp
  34.     InputName
  35.     NametoUse
  36. Enter
  37. HelpPath
  38. HelpIndexFile
  39. HelpTextFile
  40. HelpTextPath
  41. selstart
  42.     sellength
  43. Form_GotFocusd
  44. Screen
  45. MousePointer
  46. IndexError
  47.     TextErrorU
  48. EndIndexLoadI
  49. EndTextLoadz
  50. HelpIndex_GotFocusq
  51. HelpText_GotFocus
  52.     HelpTopic
  53. locating
  54. IndexEntryX
  55. NewHelpPathe
  56. IndexEnt
  57. LoadIndexAgain
  58. LoadTextAgainX
  59. HelpTextLine%
  60. printhelptextfile
  61. Command2_Click
  62. HelpIndexClick
  63. StartSearch
  64. orHelpTopic
  65. SkipOver
  66. CheckForContextLookup
  67. LookupText
  68. Lookup
  69. Label1_Click
  70.     selstart8J
  71. CheckForContextLookup
  72.  Help Topic can be loaded with a value to simulate
  73.   context sensitive help
  74. Command1_Click
  75. Command2_Click
  76.  Find Next Control
  77.  Execute same routine as normal lookup only don't reset
  78.  starting point to top of text areak
  79.  return to top when end of file reached 
  80. FindString'r
  81. Form_GotFocus
  82. Form_Load
  83. HelpIndex_Click
  84. HelpIndex_GotFocus
  85. HelpText_GotFocus
  86. LoadHelpIndex
  87.  ** Help File data and index paths are stored in the first
  88.  ** lines of the ALEX.BAS file
  89.  ** Their default locations are C:\VB directoryn
  90.  ** If they are not found there you will be prompted below tot
  91.  ** supply the correct path.
  92. Error Finding Help Files. Enter Drive and Directory where they are loaded. Default (assigned in .BAS file) is C:\VB.  Enter:
  93. Help Index Path
  94.  Resume program execution with statement causing error
  95. LoadHelpText
  96.  ** Help File data and index paths are stored in the first
  97.  ** lines of the ALEX.BAS file
  98.  ** Their default locations are C:\VB directoryn
  99.  ** If they are not found there you will be prompted below toh
  100.  ** supply the correct path.
  101. Error Finding Help Files. Enter Drive and Directory where they are loaded. Default (assigned in .BAS file) is C:\VB.  Enter:
  102. Help Text Path
  103.  Resume program execution at satement causing errorr
  104. LookupText
  105. InStr returns location of text using the HelpTopic as lookup
  106.  CSng convert this value for use in positioningp
  107.  within text box
  108.  return to top when end of file reachede
  109.  Clear value of HelpTopic after each search unless
  110.  FindNext drives the searchf
  111.  HelpTopic = "" 
  112.