Question:
I've declared my chilkat http like this in VB.NET:
Private WithEvents ucDownload1 As New Chilkat.Http
However, none of the events like
Private Sub ucDownload1_OnTaskCompleted(sender As Object, args As TaskCompletedEventArgs) Handles ucDownload1.OnTaskCompleted
are ever raised.
Can anybody tell me how I can enable the events? I just didn't find the property for that.
Thank you very much.