SFTP Upload in VB6 with Progress Monitoring
The PercentDone event is called when the percentage completion increases by one or more points. To use events in VB6, Dim the variable WithEvents. Then name the event callback using the variable name. (You should already understand how to use VB6 events in general prior to using the Chilkat objects. A good VB6 book is “Programming Visual Basic 6.0” by […]