Skip to content

EstopaceMA/QRDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

QRDecoder

It is a Desktop Application QrDecoder used to decode any QRCode with a beautiful User Interface while scanning.

Usage

  1. Add reference to your Desktop Application Project.
  2. Choose QRDecoder.dll.
  3. Create a button for scanning QRCode.
  4. Add this namespace to the top using QRDecoder;
  5. Create a TextBox or Label or anything that will hold the decoded value of QRCode.
  6. Add this code:

var scanner = new QRScanner();

scanner.ShowQRScanner();

TextBox1.Text = scanner.DecodedQrCode;

Note: TextBox1 is where the value of Decoded QrCode will be putted.

Video Tutorial

QR Decoder Video Tutorial

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages