Outstanding tutorial my brother !! - I absolutely DID learn a lot and am super grateful for your contribution.
@kodeleap26 күн бұрын
I'm super glad you found it helpful ☺️
@lechstryzewski935026 күн бұрын
@@kodeleap Do you have any Visual Basic/MySQL tutorials on using multiple tables together and the reasons I would need Foreign Keys - if I need them? I am writing an "Expense Management" program that will have a lot of "sub categories" under the main/primary categories that, ... I am not quite sure how to approach that yet.
@kodeleap25 күн бұрын
@@lechstryzewski9350 I will upload a tutorial on that soon. It's actually easy to understand.
@lechstryzewski9350Ай бұрын
I realize this is an older video but I am hoping to find a resolution. I built this example exactly as you have shown us however, when I run it .... I get the following error exception message - MySql.Data.MySqlClient.MySqlException HResult=0x80004005 Message=Authentication method 'caching_sha2_password' not supported by any of the available plugins. Source=MySql.Data Do you know what I am missing here ??? - I do have a password set on MySql Workbench login.
@tensennojinАй бұрын
I don't want to use winform, can I make a console app with this sql?
@kodeleapАй бұрын
It's absolutely possible. You just have to create a menu driven console application in C# or any other language that supports console.
@agios34Ай бұрын
You need to put a me.close in Form1 in your code. Because Form1 will run in the background permanently, EVEN if frmDashbordvb is closed. Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick ProgressBar1.Increment(1) If (ProgressBar1.Value = 100) Then Me.Hide() Timer1.Enabled = False Timer1.Stop() frmDashbordvb.ShowDialog() Me.Close() End If End Sub
@etrekpahАй бұрын
Great observation.❤
@kodeleapАй бұрын
Good catch man👌
@wisnuagung10939 күн бұрын
after i put me.close() the program really close, but frmdashboardvb doesn't load..
@michaelasis_2 ай бұрын
what version of visual basic that you've been used?
@kodeleap2 ай бұрын
Visual Studio v19, .NET framework v4.7
@samrusselcanillo1272 ай бұрын
very helpful
@kodeleap2 ай бұрын
great
@EpTechie2 ай бұрын
Thank you man 😀
@kodeleap2 ай бұрын
Great 👍
@quattro0853 ай бұрын
thanks bro beer for you :) that working fine :)
@kodeleap3 ай бұрын
Good to know ☺️
@AstroPico-n7c3 ай бұрын
Thank you very much
@kodeleap3 ай бұрын
Great 👍
@xolanixola-dj6fu3 ай бұрын
dynamic link libraries ?
@kodeleap3 ай бұрын
Yes
@adupokuandrews99193 ай бұрын
Good tutorial
@vorapobautomation97603 ай бұрын
How to set textbox can both read and write value ?
@kodeleap3 ай бұрын
Do you mean, how can you set a textbox to have both read and write state?
@chrismarfo51814 ай бұрын
Thanks a lot sir
@adupokuandrews99194 ай бұрын
A great work
@aniketgawade26594 ай бұрын
After adding the dll ...while executing null refrence error is coming
@kodeleap4 ай бұрын
Kindly check if the files are really included in the toolbox...
@otmanmahmoud83214 ай бұрын
Thanks bro
@steveyounes4 ай бұрын
vs theme name ?
@kodeleap4 ай бұрын
Night owl
@steveyounes4 ай бұрын
@@kodeleap link ?
@kodeleap4 ай бұрын
@@steveyounes just use the extensions tab in Visual Studio, When the windows opens, select online and search for "Night Owl" theme and install. After the installation, just restart your visual studio and you are good to go.
@MrMJA964 ай бұрын
what about Ctrl + V?
@kodeleap4 ай бұрын
Will check it out 😀
@marcusmechanics74025 ай бұрын
i need help so bad bro please reply ASAP. the code works but it displays blank data as in white but it has lists
@kodeleap5 ай бұрын
Hi, check the forecolor of the datagridview, make sure it's not white
@carlitaloreto54055 ай бұрын
Muchas gracias por la explicación!!!, soy nueva usando GUNA, estare atenta a nuevos tutoriales para los diferentes elementos.
@kodeleap5 ай бұрын
Great 🔥
@joojomegas62385 ай бұрын
I downloaded what you provided but after installing i am not getting what you have there.
@kodeleap5 ай бұрын
What response are you getting?
@kodeleap5 ай бұрын
Let me hear from you so I know what to do. Stay tunned, I will be dropping an updated tutorial.
@joojomegas62385 ай бұрын
The tools you have is not the same. What I have is less. I don’t have buttons and other tools. I would send a screenshot if possible
@kodeleap5 ай бұрын
@@joojomegas6238 ok then. ernesttrekpah@gmail.com
@AbdulAzizSayibu6 ай бұрын
Good work bro Keep it up
@kodeleap6 ай бұрын
Thanks man
@cejayalejandro16956 ай бұрын
THANK YOU SO MUCHHHHHHHHHHH
@kodeleap6 ай бұрын
Sure 😊
@nelyperez47627 ай бұрын
oiga a mí no me sirve :c
@nelyperez47627 ай бұрын
chu gran video
@HildaSeinospizano7 ай бұрын
Ami tampoco
@nelyperez47627 ай бұрын
chau
@HildaSeinospizano7 ай бұрын
Nimodo
@HildaSeinospizano7 ай бұрын
Holiii Como estas nely
@harrisDessaintt7 ай бұрын
thank you so much for this bro, you save me💙
@kodeleap7 ай бұрын
I'm happy to help 😊
@manantanbernard89787 ай бұрын
why it says fatal error during command execution
@kodeleap7 ай бұрын
kindly make sure you are not making any error.
@kodeleap7 ай бұрын
Normally such error is from your sql query, so kindly check your queries well and make sure there are no errors in there.
@manantanbernard89787 ай бұрын
Do you have a tutorial on how to make a payroll system
@kodeleap7 ай бұрын
@@manantanbernard8978 I'm currently working on a system like that... I will do tutorial on that soon...
@宋惠珊-k6o7 ай бұрын
OMG!!!!!!!!Thank you soooo much!!!!
@kodeleap7 ай бұрын
Welcome
@INQUISIDOR7207 ай бұрын
Thank you very much for the files, and for your hard work, greetings from Guatemala
@kodeleap7 ай бұрын
You're welcome. I'm glad you found this helpful
@acariandy98937 ай бұрын
THANKYOUUU SO MUCH BRO!! ❤❤❤❤
@kodeleap7 ай бұрын
🔥🔥🔥
@atulmahin12097 ай бұрын
it is free am i right?
@kodeleap7 ай бұрын
Not entirely free. You have the opportunity to use the trial version for sometime, the more reason why we have to crack or register it
@kendrickspann45368 ай бұрын
Dim table = New DataTable() throws an error, making this video more the less, useless.
@kodeleap7 ай бұрын
Kindly make sure you have imported the necessary namespaces at the top.
@kendrickspann45367 ай бұрын
@@kodeleap Yeah, I have caught hell trying to get yur solution to work. Datasource doesn't seem to be a member of data grid view. Had to find another solution.
@kendrickspann45368 ай бұрын
This video is amazing!!
@kodeleap8 ай бұрын
I'm glad you found it helpful 🙂
@clementpeprahameyaw70648 ай бұрын
I think it will searchs through the array base on the index of the fruits and the len function will help get the fruit with the maximum length of characters. My understanding tho
@kodeleap7 ай бұрын
Nice approach....
@ctiankuntv46598 ай бұрын
i have a question, if i send the file of my project to others and they dont have guna installed in their visual studio do that still work when they run it?
@kodeleap8 ай бұрын
No please, if you want it that way, you have to install it using the nuget package manager option.
@hoangtheanhtai98 ай бұрын
thank you, very useful, I hope it can work for a long time and not affect my computer 🤗🤩😻
@kodeleap8 ай бұрын
Sure, you don't have to worry about anything.
@hoangtheanhtai98 ай бұрын
@@kodeleap thank you very much🥰
@tbone75098 ай бұрын
Excellent tutorial video!!! Thank you so much for sharing!!! :)
@kodeleap8 ай бұрын
You are so welcome!
@Comrade19378 ай бұрын
А где "Бл***ть, пайтон!"
@kodeleap8 ай бұрын
ржу не могу
@clementpeprahameyaw70648 ай бұрын
Which IDE are you using
@kodeleap8 ай бұрын
Visual Studio Code
@TheLanceGamer9 ай бұрын
Thanks works 2024!!
@kodeleap9 ай бұрын
You are welcome
@MarkArado-m6u9 ай бұрын
Thank you for this, I am gonna use it for my final year project.
@kodeleap9 ай бұрын
I'm happy to help
@anglshin52009 ай бұрын
"Guna2MessageDialog" not showing in Toolbox on Visual Studio
@kodeleap9 ай бұрын
Which version of Guna is installed in your project?????
@FITRIYANI-s1d9 ай бұрын
Nice, thank you bro
@kodeleap9 ай бұрын
Welcome
@kodeleap9 ай бұрын
Welcome
@HaifengZhu-pn3uq9 ай бұрын
Thanks for the great tutorial. Is it better to install my first Laravel project on Disc C or other Disc? Thanks!
@kodeleap9 ай бұрын
The location doesn't really matter. But it's advisable you save your works in locations that'll help keep your files for a much longer period. For example, your Drive D or make a backup of your files often. You can also learn about git and GitHub for project management.
@HaifengZhu-pn3uq9 ай бұрын
@@kodeleap Thanks a lot for your advice.
@kodeleap9 ай бұрын
Anytime@@HaifengZhu-pn3uq
@George.Fernandez10 ай бұрын
My Jeez, God bless you brother i was suffering from months to under the Laravel Code and i almost lost hope to learn the coding. after your video i just become more enthusiastic to learn. Now i wont stop learning, thank you.
@kodeleap10 ай бұрын
Great great. Keep pushing bro.
@cricketconnectedDJ10 ай бұрын
great!!
@kodeleap10 ай бұрын
Glad you found it helpful 😊
@David.duogroup10 ай бұрын
Simple and very precise. 🔥 You just gained a subscriber.
@kodeleap10 ай бұрын
Thanks for the feedback. Welcome to the family
@bizgrowthhackerz11 ай бұрын
Really great video. Well done 👍
@kodeleap11 ай бұрын
Thanks for the add up.
@renugas316211 ай бұрын
Sir how many days are you using this without entering code😢please reply me sir,...I only asked for my final year project purpose only😢😢
@kodeleap11 ай бұрын
It is non expiry. So if you are facing a problem, kindly take your time and follow the video. If the issue persist, you can send screenshots via ernesttrekpah@gmail.com for further assistance. Thanks
@renugas316211 ай бұрын
@@kodeleap Thank you so much Sir
@renugas316211 ай бұрын
Sir please reply me😢 I am a final year student.. I use this for my project only and produce software for the project... Is this Active till my project work about 4 to 5 months.. Because it shows "Enter the trail code " as a message whenever I open my project... Is this permanent usage and active or otherwise any problem ..Please reply me Sir pleasee😢😢😢
@kodeleap11 ай бұрын
The trick I demonstrated in the video is working and the activation is non-expiry. I will suggest you kindly take your time and follow the video. If the issue persist, you can reach out and send screenshots of the issue via ernesttrekpah@gmail.com for further assistance.
@renugas316211 ай бұрын
@@kodeleap thank you so much Sir
@renugas316211 ай бұрын
@@kodeleapThank you so much for your quick reply and thank you so much for your guidelines...I did not get any msg to enter code ..Thank you Sir😢
@kodeleap11 ай бұрын
Great
@agtaxservice11 ай бұрын
hello, i watched your video, i could not add reference of my project thanks
@kodeleap11 ай бұрын
Thanks for reaching out. What version of Visual Studio are using? Moreover , did you download the reference files I added in the description as link?
@agtaxservice11 ай бұрын
Thank you for getting back to me brother. I did install MySQL.data and connectors under NUget manager. But, it does not appear under my project window. Do you offer lesson? I have some knowledge about database and very old versions of vb.
@kodeleap11 ай бұрын
@@agtaxservice You can reach out to me via ernesttrekpah@gmail.com or +233536268723