Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting Access module to VB.NET

Status
Not open for further replies.

Stegmite

Programmer
Aug 18, 2004
36
US
Posted on the wrong forum before:
I have an Access program that reads information from an ID card inserted into a device (keyboard, card reader, etc). I am supposed to convert it to ASP.NET web form. The problem I'm having is being able to actually connect to the keyboard, and get the information from the card. If anyone has been able to accomplish this, can you help me out?
 
as suggested there (thread855-1071975), do a search for using COM components in .NET and adding references to your project

________________________________________
Andrew
 
Also, as posted in the other thread, build a windows application not an ASP.NET page.

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top