 |
[CSharp]把WebCam當QRCode的DeCode解碼器 | 聰明的生活2
this.textBox1.Text = "checking"; System.Drawing.Bitmap img = new System.Drawing.Bitmap(this.pictureBox1.Image, this.pictureBox1.Image.Size); thread1 obj = new thread1(img, this); System.Threading.Thread t = new System.Threading.Thread(obj.runMe); t ...
blog.yslifes.com |
 |