I'm not sure if there's another topic about this but couldnt find it with the searchoption..
I'm creating an app which uses a cardreader, it works perfectly.. but now i have to let the app run in the background, but the cardreader still has to work, when a card is swiped it still has to bring the string to the app (for instance when another application has focus). How can i make it work in background without having to use directx?
I don't see the problem.... VB is reading data from the serial port right? So should it matter if the form's .visible property is true or false?
the problem is i cant seem to monitor the com port the reader is connected to because i get the message the comport is being used, so i have to use a textbox which has focus all the time (when the app is on focus).