I used to program in VB prior to the .NET extensions, I've done a course but I can't connect the dots. I accept that it must be simple, but so far I haven't cracked it.
That said: I have a VB program, written by someone I've lost touch with, that does some simple things, and I want to add a check for completed wagers: ie ListClearedOrders.
I can't figure out how to define any of the required fields, nor how to call the API. Does anyone have VB.NET code that defines and calls the ListCleared function? And that you would be happy to share, that is.
I believe that supplying an existing WagerId should give me a single response, and what I am looking for is the status of that wager (win or loss).
Any advice or guidance is appreciated.
IainMacK
That said: I have a VB program, written by someone I've lost touch with, that does some simple things, and I want to add a check for completed wagers: ie ListClearedOrders.
I can't figure out how to define any of the required fields, nor how to call the API. Does anyone have VB.NET code that defines and calls the ListCleared function? And that you would be happy to share, that is.
I believe that supplying an existing WagerId should give me a single response, and what I am looking for is the status of that wager (win or loss).
Any advice or guidance is appreciated.
IainMacK


Comment