Results 1 to 40 of 55

Thread: [VB6] Visual Basic 6 Client Websocket Control 1.11 BETA

Hybrid View

  1. #1
    New Member
    Join Date
    Aug 2021
    Posts
    4

    Re: [VB6] Visual Basic 6 Client Websocket Control

    Thank you.

    Now, I am trying to convert your OCX into a DLL to use in VBA-Excel. This is because I wrote some code in VBA to pull Crypto data from Coinbase Pro, and to automatically initiate trades, based on certain criteria. Kinda like an automated day-trader. Excel does a good job of visually and graphically representing data, but hit a wall with websockets. This is probably because the XMLHTTP60 and Internet Controls libraries do not handle the bi-directional communications. But if I can get a DLL to function within the VBA infrastructure, it would be the best of both worlds. Worst case, I will make a bridge between my Excel VBA and your websockets.

  2. #2

    Thread Starter
    Lively Member vbLewis's Avatar
    Join Date
    Feb 2009
    Location
    USA
    Posts
    127

    Re: [VB6] Visual Basic 6 Client Websocket Control

    Quote Originally Posted by manaloea View Post
    Thank you.

    Now, I am trying to convert your OCX into a DLL to use in VBA-Excel. This is because I wrote some code in VBA to pull Crypto data from Coinbase Pro, and to automatically initiate trades, based on certain criteria. Kinda like an automated day-trader. Excel does a good job of visually and graphically representing data, but hit a wall with websockets. This is probably because the XMLHTTP60 and Internet Controls libraries do not handle the bi-directional communications. But if I can get a DLL to function within the VBA infrastructure, it would be the best of both worlds. Worst case, I will make a bridge between my Excel VBA and your websockets.
    Sounds very cool. You will want to use the updated 1.3 version as it fixes several very bad bugs. I also included and example of how to use the coinbase ticker. enjoy!

  3. #3
    New Member
    Join Date
    Aug 2021
    Posts
    4

    Re: [VB6] Visual Basic 6 Client Websocket Control

    Quote Originally Posted by vbLewis View Post
    Sounds very cool. You will want to use the updated 1.3 version as it fixes several very bad bugs. I also included and example of how to use the coinbase ticker. enjoy!
    Many Thanks!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width