by kiint » Sat Mar 30, 2013 2:51 am
Hi,
I've been creating a VB app in Visual Basic 2010 Express to access BA via the com interface.
I've got all the calls such as getmarket, getevents, getprices working but I can't seem to get the ba_pricesUpdated sub to fire.
I've declared ba as:
Public WithEvents ba As BettingAssistantCom.Application.ComClass
and the sub as:
Public Sub ba_pricesUpdated() Handles ba.pricesUpdated
But it never seems to fire. Is there something obvious I've missed?