I have been trying to add the esignal events to my application and no matter what I do, I never seem to have any events occurring.
I have even downloaded the VBTimesSales sample application and tried it, I left it for over an hour and the message never changed from "Request Sent". The same type of problem is present when i use the Multiple History Sample. Once the request is sent, there is never a response.
I have tried programming waits into my code, using a sleep function but it doesn't seem to work all that well. It is odd because when I run my code in debug, the IsHistoryReady is always false but I will get bars back, but when I run the program normally, it will fail the first time (no data is returned) and the second time (and all times after that) it will run fine.
Any help you can provide would be great. Thanks!
I have even downloaded the VBTimesSales sample application and tried it, I left it for over an hour and the message never changed from "Request Sent". The same type of problem is present when i use the Multiple History Sample. Once the request is sent, there is never a response.
I have tried programming waits into my code, using a sleep function but it doesn't seem to work all that well. It is odd because when I run my code in debug, the IsHistoryReady is always false but I will get bars back, but when I run the program normally, it will fail the first time (no data is returned) and the second time (and all times after that) it will run fine.
Any help you can provide would be great. Thanks!
Comment