HI guys,
I'm new here and I'm wondering how to generate an event.
I Use ABZxing and I'm able to call the ABGetBarcode sub, That part is ok
but my program never hit the sub I created called myscanner_BarecodeFound(barCode as string,formatName as string) as the ABBarcodeTest exemple does.
I was wondering if it was because i wrote it manually, and if so , How can I generate this event.
Wow
exactly what I was looking for.
in Visual Studio we have the "handles item.event" that let us know that the event is bonded to sub.
is there anyway to have a visual check showing that a sub is bonded to the event .
There is no indication for that in the IDE. However the events subs signatures are quite consistent so in most cases it is simple to see which subs are "event subs".