I have RFID handheld running on WinCE. The vendor provided me with the source code of a simple app that reads the RFID code from scanned RFID tags and displays it in the app itself (Windows Form). I need somehow this value to reach my web application no mater trough POST, GET method or by opening new IE window.
Thank you in advice.
I have RFID handheld running on WinCE. The vendor provided me with the source
Share
You can create a WebRequest object and post it to a webpage with little trouble:
http://msdn.microsoft.com/en-us/library/debx8sh9.aspx