Search results

  1. F

    Writing a GUI in C#

    Wow! I really hop this is the one!! Where do I get theTWS ActiveX control ? Fredrik
  2. F

    Writing a GUI in C#

    It is blank ,because I noticed that this is what you do in the VB app if the ip is on your local host. However I have tried my local IP as a string as well: Test.connect("172.19.16.102", port, ClientId) This does not work either. That is-it does not work in C#. Both a blank and the ip...
  3. F

    Writing a GUI in C#

    Hello everybody! I am trying to write a GUI for TWS in C#. IB supplies a nice little VB -sample that I am studying (TWSAPI_VBSa).In this example there is a connection dialog where three values are entered: The Ip address (as a string), a port number (as an int)and a clienti d(as an int)...
Back
Top