VB.NET Tutorial - Generate QR Code | FoxLearn

  Рет қаралды 53,926

Fox Learn

Fox Learn

Күн бұрын

Пікірлер: 66
@centosys
@centosys 4 жыл бұрын
Nice work! Everything explained well & clearly plus time-saving.
@rafaeldelosreyes8026
@rafaeldelosreyes8026 4 ай бұрын
Mil Gracias ......Gracias....!!!!!!!!👍
@SXPRO_SCHOOLSYSTEM
@SXPRO_SCHOOLSYSTEM 5 жыл бұрын
Thank you very much for this lesson
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@arieljuliusblanca3708
@arieljuliusblanca3708 9 ай бұрын
thumbs up for this video
@waleedabass9197
@waleedabass9197 Жыл бұрын
Thank You Very Much
@lalitacharekar6774
@lalitacharekar6774 Жыл бұрын
Error BC30311 Value of type 'Image' cannot be converted to 'Image'. Geting This error
@Daily_reminders_here
@Daily_reminders_here 2 жыл бұрын
how to write this code for generating QR code in WPF . please help.
@brightkidsplayway
@brightkidsplayway 2 жыл бұрын
Please Help me to get source code for QR Code. My ERP is in Visual Studio 2008.
@aashisharora4069
@aashisharora4069 4 жыл бұрын
Could not load type 'QRCoder.QRCodeGenerator' from assembly 'qrcoder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.' I Am Getting this error can you help me?
@pepitoNinfa
@pepitoNinfa 2 жыл бұрын
kzbin.info/www/bejne/iJWli5l5icyemaM
@BusinessBoostSoftwareSolutions
@BusinessBoostSoftwareSolutions 4 жыл бұрын
I just want to know if i use this QRCoder library for commercial pourpose may i have to pay to the creator? or its free of cost
@foxlearn
@foxlearn 4 жыл бұрын
It's free library
@Alex_jqka
@Alex_jqka 5 жыл бұрын
Thank you so much! You really save me
@foxlearn
@foxlearn 5 жыл бұрын
You're welcome. Thank you !
@vishnukumar1992
@vishnukumar1992 4 жыл бұрын
Thank you very much, you really saved me
@rixcano6936
@rixcano6936 5 жыл бұрын
Thanks man you saved me! I'll give you a subbed
@foxlearn
@foxlearn 5 жыл бұрын
You're welcome. Thank you !
@Razz.x
@Razz.x 5 жыл бұрын
this video is very helpful.. but how can i stored this qr code into my ms access database directly? pls help
@foxlearn
@foxlearn 5 жыл бұрын
OK. Thank you for your suggestion. I'll make the tutorial as soon as possible
@Razz.x
@Razz.x 5 жыл бұрын
@@foxlearn thank you
@masterxdee
@masterxdee 3 жыл бұрын
thank you so much.
@Razz.x
@Razz.x 5 жыл бұрын
pls make a video that can generate qr code and then save into database so that it can be called later.. or search it really need your help thanks foxlearn..
@foxlearn
@foxlearn 5 жыл бұрын
OK. Thank you for your suggestion !
@aelren
@aelren 4 жыл бұрын
Nice Vidio,
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@richarddaveabrejal7699
@richarddaveabrejal7699 3 жыл бұрын
I need help, how can you generate qr code when you have 3 text box? how to connect? thanks
@yasser-mohamed
@yasser-mohamed 3 жыл бұрын
You can wright the same Code with + between text box's, like ( TextBox1.text + TextBox2.text ... Continue code ), or you can dim a string = TextBox1.text + TextBox2.text ( you can sum as you like ) then put the string in code
@sbibaswan09
@sbibaswan09 4 жыл бұрын
I am using VS10.... is there any such library ?
@foxlearn
@foxlearn 4 жыл бұрын
You can download offline library from nuget
@techi1607
@techi1607 5 жыл бұрын
nice
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@mohammedshareef3714
@mohammedshareef3714 3 жыл бұрын
which version of visual studio?
@foxlearn
@foxlearn 3 жыл бұрын
2015->2019
@alirezaabedi1885
@alirezaabedi1885 6 жыл бұрын
good learn!
@foxlearn
@foxlearn 6 жыл бұрын
Thank you so much !
@hartonochen7760
@hartonochen7760 4 жыл бұрын
Thank you for this video. I got this error "System.Collections.Generic.KeyNotFoundException" when i generate all capital text. Does QR Code can't generate all capital text ? I just put "ASDF ADSF ASDF" in the textbox.. Please advise. Dim a As New QRCodeGenerator Dim data = a.CreateQrCode(TextBox1.Text, QRCodeGenerator.ECCLevel.Q ) Dim code As New QRCode(data) PictureBox1.Image = code.GetGraphic(10)
@hartonochen7760
@hartonochen7760 4 жыл бұрын
I just changed the code to Dim data = a.CreateQrCode(TextBox1.Text,QRCodeGenerator.ECCLevel.Q,TRUE, FALSE, QRCodeGenerator.EciMode.Default ), its run properly.. thanks
@pepitoNinfa
@pepitoNinfa 2 жыл бұрын
kzbin.info/www/bejne/iJWli5l5icyemaM
@alikhalaf5607
@alikhalaf5607 3 жыл бұрын
I want library
@cassandradeveraux5750
@cassandradeveraux5750 3 жыл бұрын
Great video. But the QRCode in: Dim code As New QRCode(data) shows error. Does anyone know why?
@TheRealKaiProton
@TheRealKaiProton 3 жыл бұрын
Did you fix this issue, I just found this and have the Same issue, VS2019 shows BC30182: Type Expected.
@cassandradeveraux5750
@cassandradeveraux5750 3 жыл бұрын
@@TheRealKaiProton unfortunately not.
@TheRealKaiProton
@TheRealKaiProton 3 жыл бұрын
@@cassandradeveraux5750 That Sucks, I moved onto another Tutor online, using a free imported dll, and it worked first time.
@lalitacharekar6774
@lalitacharekar6774 Жыл бұрын
@@TheRealKaiProton Error BC30311 Value of type 'Image' cannot be converted to 'Image'. Geting This error
@TheRealKaiProton
@TheRealKaiProton Жыл бұрын
@@lalitacharekar6774 Thanks for the reply, I did use another tutor(as I said above) and since then the program was relegated to the depths of dev hell, no one needed the QR codes where I work :-(
@erwinjesusRodriguezHuaycama
@erwinjesusRodriguezHuaycama 5 жыл бұрын
and.. how to save it?? I would like to save it in PNG format or jpg
@foxlearn
@foxlearn 5 жыл бұрын
Yes, you can save to image. i'll upload soon
@kirk_mtb
@kirk_mtb 4 жыл бұрын
@@foxlearn hi, please could you direct me to this. I would love to know how to save out the qr code
@ptey
@ptey 3 жыл бұрын
pic.Image.Save("D:\image1.jpg")
@Cesar_Zavala
@Cesar_Zavala 4 жыл бұрын
do you know how to upload the qr generated to mysql server on jpg or png without save the image on the pc?
@sbibaswan09
@sbibaswan09 4 жыл бұрын
Yes i know
@tecksernong6577
@tecksernong6577 4 жыл бұрын
how to display the output line by line
@foxlearn
@foxlearn 4 жыл бұрын
Not clear your intention
@yasser-mohamed
@yasser-mohamed 3 жыл бұрын
Write in code + vbnewline
@tecksernong6577
@tecksernong6577 3 жыл бұрын
tq for reply but nvm, i did it
@shakeralqadhi7687
@shakeralqadhi7687 2 жыл бұрын
👍👍👍👍👍👍
@richarddaveabrejal7699
@richarddaveabrejal7699 3 жыл бұрын
How can I save this project into .exe? help pls
@yasser-mohamed
@yasser-mohamed 3 жыл бұрын
By add new project ( vb setup project ) to your solution , or you can use other apps like setup factory
@renielgarcia3306
@renielgarcia3306 3 жыл бұрын
Is there a code and plugin that scans it ?
@allhaillelouchvibritannia7494
@allhaillelouchvibritannia7494 6 жыл бұрын
first comment
@foxlearn
@foxlearn 6 жыл бұрын
Thank you !
@tungkim1
@tungkim1 6 жыл бұрын
người việt mà :D
@foxlearn
@foxlearn 6 жыл бұрын
Thank you & don't forget to subscribe to my channel !
@alikhalaf5607
@alikhalaf5607 3 жыл бұрын
Thank you very much for this lesson
VB.Net Tutorial - How to make a WhatsApp Messenger | FoxLearn
13:23
When u fight over the armrest
00:41
Adam W
Рет қаралды 16 МЛН
UFC 308 : Уиттакер VS Чимаев
01:54
Setanta Sports UFC
Рет қаралды 927 М.
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 35 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 10 МЛН
VB.NET Tutorial - Create Barcode Image | FoxLearn
7:38
Fox Learn
Рет қаралды 15 М.
Windows C# Crystal Report for QR Code Part 09
12:17
shivam singh
Рет қаралды 1,3 М.
QR Code Scanner Using Webcam in VB 2015
10:52
BasselTech
Рет қаралды 50 М.
How To Create A Loading Screen In VB.NET
11:10
JL Tech
Рет қаралды 17 М.
C# Tutorial - How to generate QR Code in RDLC Report | FoxLearn
10:26
How to Calculate Tax Using Function in Visual Basic.Net
19:21
Create QR Code 2D Barcodes in MS Access
3:59
BarCodeWiz
Рет қаралды 1,3 М.
VB.NET - POS Receipt (Thermal Printer) less coding
17:29
When u fight over the armrest
00:41
Adam W
Рет қаралды 16 МЛН