VB.NET Tutorial - Generate QR Code | FoxLearn

  Рет қаралды 54,384

Fox Learn

Fox Learn

Күн бұрын

Пікірлер: 66
@centosys
@centosys 4 жыл бұрын
Nice work! Everything explained well & clearly plus time-saving.
@rafaeldelosreyes8026
@rafaeldelosreyes8026 7 ай бұрын
Mil Gracias ......Gracias....!!!!!!!!👍
@Alex_jqka
@Alex_jqka 5 жыл бұрын
Thank you so much! You really save me
@foxlearn
@foxlearn 5 жыл бұрын
You're welcome. Thank you !
@SXPRO_SCHOOLSYSTEM
@SXPRO_SCHOOLSYSTEM 5 жыл бұрын
Thank you very much for this lesson
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@rixcano6936
@rixcano6936 6 жыл бұрын
Thanks man you saved me! I'll give you a subbed
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome. Thank you !
@vishnukumar1992
@vishnukumar1992 4 жыл бұрын
Thank you very much, you really saved me
@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
@arieljuliusblanca3708
@arieljuliusblanca3708 11 ай бұрын
thumbs up for this video
@brightkidsplayway
@brightkidsplayway 2 жыл бұрын
Please Help me to get source code for QR Code. My ERP is in Visual Studio 2008.
@Daily_reminders_here
@Daily_reminders_here 3 жыл бұрын
how to write this code for generating QR code in WPF . please help.
@waleedabass9197
@waleedabass9197 2 жыл бұрын
Thank You Very Much
@EclipsedWanderer
@EclipsedWanderer 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
@lalitacharekar6774
@lalitacharekar6774 2 жыл бұрын
Error BC30311 Value of type 'Image' cannot be converted to 'Image'. Geting This error
@sbibaswan09
@sbibaswan09 4 жыл бұрын
I am using VS10.... is there any such library ?
@foxlearn
@foxlearn 4 жыл бұрын
You can download offline library from nuget
@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
@mohammedshareef3714
@mohammedshareef3714 4 жыл бұрын
which version of visual studio?
@foxlearn
@foxlearn 4 жыл бұрын
2015->2019
@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
@shakeralqadhi7687
@shakeralqadhi7687 3 жыл бұрын
👍👍👍👍👍👍
@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
@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 5 жыл бұрын
@@foxlearn hi, please could you direct me to this. I would love to know how to save out the qr code
@ptey
@ptey 4 жыл бұрын
pic.Image.Save("D:\image1.jpg")
@masterxdee
@masterxdee 3 жыл бұрын
thank you so much.
@alikhalaf5607
@alikhalaf5607 3 жыл бұрын
I want library
@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 !
@alirezaabedi1885
@alirezaabedi1885 6 жыл бұрын
good learn!
@foxlearn
@foxlearn 6 жыл бұрын
Thank you so much !
@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
@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 2 жыл бұрын
@@TheRealKaiProton Error BC30311 Value of type 'Image' cannot be converted to 'Image'. Geting This error
@TheRealKaiProton
@TheRealKaiProton 2 жыл бұрын
@@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 :-(
@aelren
@aelren 4 жыл бұрын
Nice Vidio,
@foxlearn
@foxlearn 4 жыл бұрын
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
@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 ?
@techi1607
@techi1607 5 жыл бұрын
nice
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@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
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
How To Create A Loading Screen In VB.NET
11:10
JL Tech
Рет қаралды 17 М.
VB.NET Tutorial - How to Generate Barcode | FoxLearn
5:26
Fox Learn
Рет қаралды 32 М.
QR Code Attendance System (google sheets and google forms)
12:00
Last Minute Tech
Рет қаралды 121 М.
VB.NET - POS Receipt (Thermal Printer) less coding
17:29
3 Types of Algorithms Every Programmer Needs to Know
13:12
ForrestKnight
Рет қаралды 518 М.
How to Generate Barcode in VB.Net
7:49
Windows Techies
Рет қаралды 3,3 М.
VB.NET MS Access Database Tutorial 1 # How to Connect Access Database to VB.Net
18:45
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН