For Windows 2000, it is required that Service Pack 4 (SP4) be installed. For Windows XP, Service Pack 2 (SP2) must be installed.
Operating System Minimum Version Windows 2000 5.00.2195 Windows XP 5.10.2600 Windows 2003 Server 5.20.3790 Windows Vista 6.00.6000
Dim objFileTransfer As New FileTransferCtl.FileTransferThe other approach is to use the CreateObject method:
Dim objFileTransfer As Object
Dim strLicenseKey As String
Set objFileTransfer = CreateObject("SocketTools.FileTransfer.5")
objFileTransfer.Initialize strLicenseKey
Note that the strLicenseKey value must be obtained from the csftkey5.bas
module that was created in the \Include folder where the product was installed. The
Initialize method must be called explicitly when using the
CreateObject function; otherwise a licensing error will occur when
redistributing the application.
ActivePatch
Information about ActivePatch, the file patching toolkit.
File Transfer Control
Information about the Catalyst File Transfer control.
Internet Mail Control
Information about the Catalyst Internet Mail control.
SocketTools Editions
Information about the SocketTools suite of products.
SocketTools Subscription
Information about the SocketTools subscription plan.
SocketWrench Editions
Information about the SocketWrench components.
Product Licensing
Product licensing information for customers and evaluators.
Technical Support
Technical support options and policies for developers.