Re: vb.net 2010 compatibility - WeOnlyDo Discussion board

Re: vb.net 2010 compatibility (General questions)

by Klinzter, Friday, December 04, 2009, 00:39 (5470 days ago) @ woddrazen

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


Complete thread: