EstopaceMA / QRDecoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 100.0%