Sample code for 30+ languages & platforms
Visual Basic 6.0

Get Version of Chilkat

Demonstrate how to find out the version of Chilkat at runtime.

Chilkat Visual Basic 6.0 Downloads

Visual Basic 6.0
' Most Chilkat classes include a Version property.
' To find the version of Chilkat, such as "9.5.0.94",
' instantiate the object and examine the Version property.

' For example:
Dim sftp As New ChilkatSFtp
Dim chilkatVersion As String
chilkatVersion = sftp.Version
Debug.Print chilkatVersion

' Most other Chilkat classes also have the Version property
' For example:
Dim json As New ChilkatJsonObject
Debug.Print json.Version