Re: vb.net 2010 compatibility - WeOnlyDo Discussion board

Re: vb.net 2010 compatibility (General questions)

by wodDamir, Thursday, December 03, 2009, 01:12 (5468 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


Complete thread: