What is the best VB.Net Control (Tool) to Display ListCurrentOrders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    #1

    What is the best VB.Net Control (Tool) to Display ListCurrentOrders

    I am coding in VB.Net and I am looking for the best control OR combos to present the Befair current orders. Essentially I want it to look the same as betfair so although my bot is running along I could potentially jump in and modify the bet OR cancel the bet.

    I wish to show blue backgound for back bets, red for lay bets present an option to cancel each bet OR cancel all bets, and provide Persistent options where applicable.

    I am thinking a datagridview as you add checkboxes, buttons etc?

    What do others do?
  • jabe
    Senior Member
    • Dec 2014
    • 705

    #2
    It's probably about as good as you'll get. It may be that one of the other users on here has a more appropriate control, since it's possible to create your own based on existing ones.

    For what's it's worth, many controls have a click option, so you can click, for example, on a cell in a datagridview and treat it as if there were a button in the cell. My program uses right-clicks on labels and textboxes, among others.

    Comment

    • Guest

      #3
      Thanks Jabe - I programmed this up yesterday and the datagridview contains 2 buttons one for CANCEL and for for UPDATE and I also added two CheckBoxes for Persistence (Lapse and Keep).

      Comment

      • jabe
        Senior Member
        • Dec 2014
        • 705

        #4
        Glad it's coming along. If I remember correctly, I made right-clickable labels have their text in italics so I could easily see which ones had such an option.

        Comment

        Working...
        X