Posted by zeitcontrol
(79.226.148.101) on September 24, 2009 at 05:57:14: In Reply to: Card inserted in VB2005 posted by sherwinj on September 15, 2009 at 16:45:26: Hello Sherwin, you need to start the CardReaderObserver as normal. Before that you may register your event handler by use of CardReaderObserver.AddCardEventHandler. Note: If a card event occurs the event is called within a specific thread. So you need to take care about threading if calling .Net GUI function.
|