C# Programming (wodHttpDLX)
Hi,
Can anyone tell me how to code in C# 2.0
Re: C# Programming
Ahmed,
Do you want maybe sample for wodHttpDLX in VS 2005 C#?
Drazen
Re: C# Programming
Ya if they could help me. I am getting problem in Done event which fires automatically. I want to maintain an index to know which request called done event. As in VB's sample I See a Index parameter but I cant got it in C#.
Plz help me
Its urgent i have to send a sample build for the app to my client in next 3 hours or othrwise i will loose the project.
Re: C# Programming
HI,
this is a VB code
Private Sub http_Done(Index As Integer, ByVal ErrorCode As Long, ByVal ErrorText As String)
for the Done event it has a index argument.
but when i do same in C# i got error delegate argument list mis-matched.
or
No overload for 'http_done' matches delegate 'wodHttpDLXLib._IwodHttpDLXEvents_DoneEventHandler'
Re: C# Programming
Oleg,
Are you using Fast notification interfaces in C#?
Drazen