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 >
Wrap
Visual Basic Form
|
1994-10-06
|
2KB
|
81 lines
seedict
Dictionary Information
Form15
Text6
Text6
Text5
Text5
Text4
Text4
Text3
Text3
Text2
Text2
Text1
Text1
Command1
Label6
CommonCnt:
Label5
BlockCount:
Label4
SymbolCount:
Label3
WordCount:
Label2
Copyright:
Label1
Full Name:
Form_Load
Text1_Change
DictionaryInfo
WordCount:
CommonCount$
OpenCount
LoadCount
PerformanceX
Status
MakerVersion
Compatibility
LanguageG
SymbolSetSize
BlockCount
BlockSize
Flags
Copyright
Derivation
SD_VISUAL_TOOLSy
SD_DERIVATIVE
SD_EXPORTABLE
SD_HYPHENATION
VTSpellDictInfo
speller
DLLHandle
text1
FullDictionaryName
text2
text3
text4
text5/
Command1_Click
text6H
Label1_Click
Label2_Click
Text2_Change
Command1_Click
Form_Load
This form uses a DLL level call to the VBX to retrieveo
information about the first open dictionary (index 1).o
The "di" variable is declared as a DictionaryInfo
structure (see the definition in the VTSGLOBL.BAS
declarations section). Then the VBX is called, passing
the DLLHandle property, the structure address and
the dictionary index number.s
If returns ok, then fill in the text boxes with
selected information read out of the structureh
which was filled in by the call. We can't use
TRUE to compare to X, since Visual Basic's TRUE
is actually -1, whereas this is a C-level call,
and TRUE is anything non-zero.e
Error accessing dictionary information