home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / vspell / vtsdinfo.frm (.txt) < prev    next >
Visual Basic Form  |  1994-10-06  |  2KB  |  81 lines

  1. seedict
  2. Dictionary Information
  3. Form15
  4. Text6
  5. Text6
  6. Text5
  7. Text5
  8. Text4
  9. Text4
  10. Text3
  11. Text3
  12. Text2
  13. Text2
  14. Text1
  15. Text1
  16. Command1
  17. Label6
  18. CommonCnt:
  19. Label5
  20. BlockCount:
  21. Label4
  22. SymbolCount:
  23. Label3
  24. WordCount:
  25. Label2
  26. Copyright:
  27. Label1
  28. Full Name:
  29.     Form_Load
  30. Text1_Change
  31. DictionaryInfo
  32.     WordCount:
  33. CommonCount$
  34.     OpenCount
  35.     LoadCount
  36. PerformanceX
  37. Status
  38. MakerVersion
  39. Compatibility
  40. LanguageG
  41. SymbolSetSize
  42. BlockCount
  43.     BlockSize
  44. Flags
  45.     Copyright
  46. Derivation
  47. SD_VISUAL_TOOLSy
  48. SD_DERIVATIVE
  49. SD_EXPORTABLE
  50. SD_HYPHENATION
  51. VTSpellDictInfo
  52. speller
  53.     DLLHandle
  54. text1
  55. FullDictionaryName
  56. text2
  57. text3
  58. text4
  59. text5/
  60. Command1_Click
  61. text6H
  62. Label1_Click
  63. Label2_Click
  64. Text2_Change
  65. Command1_Click
  66. Form_Load
  67.  This form uses a DLL level call to the VBX to retrieveo
  68.  information about the first open dictionary (index 1).o
  69.  The "di" variable is declared as a DictionaryInfo
  70.  structure (see the definition in the VTSGLOBL.BAS
  71.  declarations section).  Then the VBX is called, passing
  72.  the DLLHandle property, the structure address and
  73.  the dictionary index number.s
  74.  If returns ok, then fill in the text boxes with
  75.  selected information read out of the structureh
  76.  which was filled in by the call.  We can't use
  77.  TRUE to compare to X, since Visual Basic's TRUE
  78.  is actually -1, whereas this is a C-level call,
  79.  and TRUE is anything non-zero.e
  80. Error accessing dictionary information
  81.