Accroding to your description,as far as I think,you would need to access the hardware for that. If you don't care of spend,there are other codes to add QR code scanner/reader.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Hello Leon,
Thank you but I have not tried it yet. I have two questions though;
1. Will I have to be online for the whole process?
2. Is there anything like a video tutorial to guide me through?
Hello yij, Thank you very much. I have a question though; if I happen to get it right and then decide to convert my website into an app, will I still need to rewrite or alter the code I used to create the bar code reader?
Accroding to your description,I don't understand your requirment clearly.What's your app?
If it is a mobile app,I think,you need to change your codes about the bar code reader.
Best regards,
Yijing Sun
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
My school project is to build a website that will have three functions, which are:
To store automobile information
Store mobile phones' IMEI number and other mobile phone information
Scan bar code and QR code
Wouldn't that be possible? or is it that the scanner can only be done via an app and not a website, because I was thinking that bar codes can be scanned on a webpage with a functional button to scan code via a webcam. Also, I will convert
the website into an app, instead of building a new app with the same functions so that I have both platforms with the functions. I hope you understand what I mean
My school project is to build a website that will have three functions, which are:
To store automobile information
Store mobile phones' IMEI number and other mobile phone information
Scan bar code and QR code
Wouldn't that be possible? or is it that the scanner can only be done via an app and not a website, because I was thinking that bar codes can be scanned on a webpage with a functional button to scan code via a webcam. Also, I will convert
the website into an app, instead of building a new app with the same functions so that I have both platforms with the functions. I hope you understand what I mean
The last thread went through the same clarifying questions. Once clarified the community provided links to resource that illustrates how to take a still pictures with a web camera using using JS.
Member
18 Points
98 Posts
Bar Code and QR Code enquiry
Mar 19, 2020 08:20 PM|Donald416|LINK
Is it possible to create or add a Bar code or QR code scanner/reader to a website to scan products or documents. If yes, how is it done please?
Member
50 Points
37 Posts
Re: Bar Code and QR Code enquiry
Mar 20, 2020 02:11 AM|Leon Davis|LINK
You may take a look at Spire.Barcode library which supports reading and generating 1D & 2D barcodes.
First, install spire.barcode via nuget:
Second, add the below code to read QR code:
Hope it helps.
Contributor
3730 Points
1431 Posts
Re: Bar Code and QR Code enquiry
Mar 20, 2020 02:18 AM|yij sun|LINK
Hi Donald416,
Accroding to your description,as far as I think,you would need to access the hardware for that. If you don't care of spend,there are other codes to add QR code scanner/reader.
More details,you could refer to below article:
https://forums.asp.net/t/1952271.aspx?QR+Code+Reader+for+Asp+net+Web+site
Best regards,
Yijing Sun
Member
18 Points
98 Posts
Re: Bar Code and QR Code enquiry
Mar 20, 2020 09:36 AM|Donald416|LINK
Hello Leon,
Thank you but I have not tried it yet. I have two questions though;
1. Will I have to be online for the whole process?
2. Is there anything like a video tutorial to guide me through?
Hello yij,
Thank you very much. I have a question though; if I happen to get it right and then decide to convert my website into an app, will I still need to rewrite or alter the code I used to create the bar code reader?
Contributor
3730 Points
1431 Posts
Re: Bar Code and QR Code enquiry
Mar 23, 2020 05:38 AM|yij sun|LINK
Hi Donald416,
Accroding to your description,I don't understand your requirment clearly.What's your app?
If it is a mobile app,I think,you need to change your codes about the bar code reader.
Best regards,
Yijing Sun
Member
18 Points
98 Posts
Re: Bar Code and QR Code enquiry
Mar 23, 2020 08:40 AM|Donald416|LINK
Hi Yijing Sun,
My school project is to build a website that will have three functions, which are:
Wouldn't that be possible? or is it that the scanner can only be done via an app and not a website, because I was thinking that bar codes can be scanned on a webpage with a functional button to scan code via a webcam. Also, I will convert the website into an app, instead of building a new app with the same functions so that I have both platforms with the functions. I hope you understand what I mean
Thank you,
Donald Simon
All-Star
53081 Points
23649 Posts
Re: Bar Code and QR Code enquiry
Mar 23, 2020 11:51 AM|mgebhard|LINK
This is a duplicate thread; https://forums.asp.net/p/2165193/6298083.aspx?Need+a+direction
The last thread went through the same clarifying questions. Once clarified the community provided links to resource that illustrates how to take a still pictures with a web camera using using JS.