Question

I want to make a barcode with c# and put it in a picture file. please help me. thanks for your help.

Was it helpful?

Solution

class Programm
{
    static void Main(string[] args)
    {
        System.QRCode qrcode = new System.QRCode();
    }
}

Note: It is just a joke corresponding to the zero-level OP effort, even for google.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top