Re: vb.net 2010 compatibility (General questions)
Alright I got it working now the Issue is that it doesn't include (Index As Integer)
so I cant call a function.. what shall I do?
Public Sub Disconnected(ByVal Owner As wodHttpDLXComLib.wodHttpDLXCom, ByVal ErrorCode As Integer, ByVal ErrorText As String) Implements wodHttpDLXComLib.IwodHttpNotify.Disconnected
call Parse_Data(Index)
End Sub
Private Sub Parse_Data(ByRef Index As Integer)
'my own data here
End Sub