Comm DLL for VB.NET in Tradestation?

Discussion in 'Trading Software' started by hmap1, Feb 8, 2004.

  1. hmap1

    hmap1

    Has anyone had any luck connecting a COM DLL created in VB.NET up to Tradestation? If so I could definately use some hints.

    I am a VB.NET programmer that has no expeirience in C/C++. I am attempting to implement some custom functions and need to find out if it is possible to connect a COM object that is created in VB.NET (using interop) to my EL code. I have read the SDK documents and gone over all the relevant posts I can find, but I am still missing something.

    I would be greatful towards anyone that has some hints for me. I have a fair amount of programming experience, just not in the areas that would directly help me on this project.

    I have this post on Tradetstaion world with no luck. I am baffled nobody has had the issues I am having. Any help would be greatly appreciated! Thanks in advance.
     
  2. I guess that if TradeStation supports COM interface, as long as your VB.Net exposes the standard COM interface expected by TradeStation, it won't know the difference.