Re: vb.net 2010 compatibility (General questions)

by wodDamir, (5630 days ago) @ Klinzter

Klintzer,

You can use following to declare those events:

[code] Private Sub http1_Disconnected(ByVal ErrorCode As Integer, ByVal ErrorText As String) Handles http1.Disconnected

End Sub

Private Sub http1_StateChange(ByVal OldState As wodHttpDLXComLib.HttpStates) Handles http1.StateChange

End Sub[/code]

Can you try something like that?

regards,
Damba

locked

Complete thread: