Description Specifies the version number of the BIDisp OCX control. Available at run time and read only.
Usage [form.] BIDisp.Version
Data Type Integer
Available ¨Design-Time þRun-Time Read ¨Run-Time Write
Example
Dim nVersion As Integer
Dim szVersion As String
nVersion = BlackIce1.Version
szVersion = Str$(nVersion\100) + “.” + Str$(nVersion Mod 100)
MsgBox “TiffOCX Version “ + szVersion