Announcement

Collapse
No announcement yet.

FormatBarData function in VB.net

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

  • FormatBarData function in VB.net

    I am trying to write a script in VB.net 2005 that will get historical bars. I believe the examples given in the developer reference guide for esignal are written in VB 6. I have only been programing in VB for the last six months so sometimes it is difficult for me to convert certain lines of code into .net 2005. Iam particularly having a problem with the function FormatBarData. the specific line of code is strBar = FormatBarData(lngBar, baritem)
    what formating function should I use to properly format the data recieved that would be recognized in VB.net 2005. I would appreciate any suggestions at least to send me in the right direction to deal with this issue.

    Thanks
    Ron

  • #2
    Hi Ron,

    Visual Studio 2005 is not supported due to problems we have found with .NET 2.0. You should be fine using 2003 if you want to take advantage of the .NET environment.

    Comment

    Working...
    X