Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 779 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 779 Bytes

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