Hi,
I am new to esignal.
I had developed a pramtive application to which i need the run time qoute data feed.
I get a esignal 8.0 free trial account.
When i start esigna,l it conects to the sever that why i verfied the account.
I dowload all the samples from
I download vb sample.zip and i add my user account to the code
Private Sub Form_Load()
.......................
esignal.SetApplication ("****** PUT YOUR LOGIN NAME HERE CASE SENSITIVE *****")
.........................
End Sub
When i press "Request Quote" button, It does not feed data.
So what is wrong with this ActiveX.
I am new to esignal.
I had developed a pramtive application to which i need the run time qoute data feed.
I get a esignal 8.0 free trial account.
When i start esigna,l it conects to the sever that why i verfied the account.
I dowload all the samples from
I download vb sample.zip and i add my user account to the code
Private Sub Form_Load()
.......................
esignal.SetApplication ("****** PUT YOUR LOGIN NAME HERE CASE SENSITIVE *****")
.........................
End Sub
When i press "Request Quote" button, It does not feed data.
So what is wrong with this ActiveX.
Comment