Hi,
I am trying to get Time & sales data through desktop API and my program is being written in VB.Net (VS 2003). When I wrote code Private Sub esignal_OnTimeSalesChanged(ByVal tsHandle As Long) Handles esignal.OnTimeSalesChanged it highlighted "Handles esignal.OnTimeSalesChanged " and threw and excetpion that Signature mismatch. I get reall time data and I called its event in the same way and it worked.
Please Help me.
regards,
Imran
I am trying to get Time & sales data through desktop API and my program is being written in VB.Net (VS 2003). When I wrote code Private Sub esignal_OnTimeSalesChanged(ByVal tsHandle As Long) Handles esignal.OnTimeSalesChanged it highlighted "Handles esignal.OnTimeSalesChanged " and threw and excetpion that Signature mismatch. I get reall time data and I called its event in the same way and it worked.
Please Help me.
regards,
Imran
Comment