This is by far the best Visual Studio tutorial I have seen. I have used paid courses that doesn't even come close to this. The instructor is very clear when explaining things and understands that it's important to start simple and save the complicated stuff for later. Thank you very much for this excellent tutorial video.
As someone whose a straight up beginner never opened visual basic or studio or anything like that and has auditory processing disorder , I clearly understand you and easy to follow along. Thanks a lot and this has litterally been the easiest and best Visual Studio tutorial I have found. Will be continuing to use. Thanks for diligence and simplicity and you may not even realize but your diction is easier for those of us with forms of disability.
I learned VB back in the Windows 3.1 days with VB3 Pro, and never looked back. I've used VB as my primary language for everything, and even use it to write Android apps (using B4A). There's nothing I can't write with VB except OS kernels, device drivers, and high-power games. And I absolutely LOVE it when the C# snobs tell me that VB isn't a real language - that's when I remind them that C# is just VB with brackets. I prove it by reminding them that VB and C# are installed in Visual Studio with the same checkbox. They HATE that.
Dear trainer, I am so impressed about how good, simple and effective your tutorial is, thank you very much indeed. Although I am not a beginner, I could get some surprising information for me in the course (this was my intention). If you allow me I would like to make a suggestion from my point of view: If you declare a variable, don't use a prefix to keeps them simple and legible. Thank you again for your efforts.
I am a foreigner. I use YT's built-in translator and I can understand some English. It is a very good course. It is very good for beginners or review. The teacher's lecture speed is not fast, which is very suitable for people from non-English speaking countries.
Thanks, haven't VB for a few years and this is a great refresher. For the array I added a comboBox drop down and populated First name/Last name with the 'Add item' at start up, and then used the sObject =sObject technique to search for the combination of First and Last names and input the results into text boxes. Look forward to the next course.
I've been programming 25 years. I've never used this language. Dabbled in VB6 in college. Was great, but I was under the impression VB was old, and no longer used. I always avoided it. My son is learning it in college so I want to learn it to help him. I'm actually surprised and impressed. I may end up using this for a few projects myself.
Wow!! I am studying 16bit assembly language and wanted an understanding of how messagebox works in windows so I typed into youtube search box VISUAL BASIC 3.0 to start at the beginning and stumbled over this video. What a blessing in disguise! I can't appreciate this enough. Thanks Kevin.
Excellent!! I hope there are additional courses that explain additional code. Walking through each step slowly and explaining each piece is exactly what someone new to Visual Basic needs. Thank you so much!!
Just wanted to learn something new after I worked years with a scripting language (AutoIt), and somehow I found this video. Now I'm in love with VB :D Absolutely undersandable! Great job, THANK YOU!
For youre information i'm still using VB6 and i still make a good mony. No body care what language i use. They care about the resulte. And the result is allways goid as i and the client expect. So nessage for some peoples in comments if you like c# or python or java... We dont care. Go and do somthing and please stop crying here. We love VB and he will never die.
Exactly. Love VB 💝. These java, python, C# C cultist look down on VB as not real language. But i dont care, most of work i done is in VB and i made money out of it. Thats the only thing matters. 😆👍
Feel the same. I don't know why we were taught this over something like Python. It's not like anyone still uses the language. Even Java would have been better, even though it's harder, there are a lot more resources for it.
Thank you! I have to develop a POC and haven't coded to build an app in quite a while, but with Kevin's straightforward manner, it started rushing back to me at "Hello World". Awesome!
My first development job was all the way back in 1999. It was porting VB3 apps to VB6 because VB3 only used 2 digit years in its dates... I honestly haven't even LOOKED at any Visual Basic in 20 years.
Thanks for not trying to make the video as a half life speed run, all to many tutorials seem to think that short videos are better. It's impossible to learn something like this well in only 15 minutes.
I had no idea VB was still around. I thought Microsoft dumped it in favor of C#. Great first language to learn and easy enough to go from VB to C# when the time is right
That's what i thought at first as well.......last time i heard about anything being done in VB was 12 years ago...and even then people were dumping it in favour of Java
I always wanted to know why they couldn’t bring in Visual Basic form making into Visual Cpp. It’s so easy to make great form based programs in VB in VC it’s a pita
Thank you, as a procrastinator I was able to learn this with shaky proficiency before a competition (I was roped into it with the promise of programming but was hit with Virtual Basic lmao). Anyways thank you man you’re a lifesaver.
i have realy appreciate this clear explanation . as am going to sit for my final national examinations i pray that i should remember all i have learnt here. Thank you God bless you
Correct me if I'm wrong but 1) Most US Colleges stopped teaching this and 2) Major of companies stopped using this too. That's what I was taught in college.
A lot of companies have legacy code bases that use visual basic. I'm at a company right now where most of the application is visual basic and asp classic. We're actively migrating to C#/TS, but we still have to do things in these legacy langauges.
I always wanted to learn the visual basics, I think I finally have a chance to fulfill my dream! Thank you for the great work! Teacher Kevin is just amazing!
This was such an amazing and helpful course. I am currently learning and studying for my A level job and breaking down each component made learning fun and simple. Thank you!
This is the best tutorial, only problem is the screen is not zoomed enough, font is small. So facing problem with visibility, specially when I split screen.
In other words Microsoft wholly based VB on HyperCard (1987) and HyperText from Apple Computers and Macintosh. HyperCard was a software application and development kit for Apple Macintosh and Apple IIGS computers, and was among the first successful hypermedia systems.
some may step back by the lenght of the video but my god you explained it all very well and udnerstandble, well done I was able to follow up on things while kept intrested,
1:27:28 kommenT-ale-Vu! hahahahaha (comment allez-vous "komo(n) ale vu") . I enjoyed listening to your french pronounciation. Not bad vid, needed this since I need to transfer VB Code to C# in our company... needed some basics...
We had to learn this at school like ten years ago and I absolutely loved it. I'm finishing my CS degree and it's super nostalgic to see this. I'll definitely revisit this video so I can remember how it all works later
@@anshumanxda That's simple too. Every high level language is the same, at core: - 3 common data types: strings (or arrays of characters), numbers, and booleans, stored in memory and accesed later through labels which we call variables; - operators: arithmetic and logical; - conditionals: the logic happens here, based on one or more boolean (logical) expressions; - loops: repetition, repetition, repetition; - functions: reusable blocks of code which may be seen also as a list of instructions grouped together and labeled, which performs a particular task given some (or none) inputs, and may return some (or no) value(s); Those are the main parts of any high level programming language. They differ only in syntax, the libraries available, and the purpose of the language.
Great tutorial, thank you! I subscribed to your channel and look forward to finding other helpful videos. I'm a hobbyist, I program for fun, it's not my profession. So, it's always refreshing when I find good material like this.
Ha, I'm totally lost. I don't even have a toolbox. Is there like a pre-vb course with very basic info. That's the bad thing. These kind of courses always assume you have some pre-existing knowledge base.
The main problem is that microsoft stopped this wonderfull language from web develop. None of the web platforms of MS work with VB in 2022 visual studio. And it is a problem. Since you can't really ignore web in this era. I have thousend of code files in VB that i can't use. I don't really understand why microsoft droped it.
Because inside microsoft they have same kind of ppl with mentality which doesn't consider VB as a serious language but something as hobby. May be these ppl want to spend more time with case sensitive and curly bracket.
This relegates VB to just making work group apps to patch legacy systems which was great when client-server was king. Microsoft is known to make decisions which make money, but not necessarily practical sense from an operations standpoint or what's better for the industry. The case of VB is just another in a long list of other examples.
This video is a beginner's course and does not cover all concepts, like OOP,Files and error handling...it's good starting point ,but a tip of the ice burg
Thank you for this Tutorial, I just got started learning how to code and this will be my first language if ever. Can you please do more tutorials from vb until we can create our own app. I mean can we have a project tutorial that we can follow. Thank you so much FCC
Just got to the end of Part 5 and I'm wondering if there's a quick way of sorting the list box so that it's in alphabetical order? (without simply re-organising the code itself). My very limited experience with coding tells me that using time/ tick, or the VB equivalent, is a waste of memory... so maybe just OnLoad (enter magical code here to sort it :D). Loving the video btw! I saw someone mention macros for Excel and decided it was time for a VB crash course XD
This is by far the best Visual Studio tutorial I have seen. I have used paid courses that doesn't even come close to this. The instructor is very clear when explaining things and understands that it's important to start simple and save the complicated stuff for later. Thank you very much for this excellent tutorial video.
The gentleman presenting this is top notch. Not only does he know his stuff he also knows how to teach/instruct. That ability is not all that common.
As someone whose a straight up beginner never opened visual basic or studio or anything like that and has auditory processing disorder , I clearly understand you and easy to follow along. Thanks a lot and this has litterally been the easiest and best Visual Studio tutorial I have found. Will be continuing to use. Thanks for diligence and simplicity and you may not even realize but your diction is easier for those of us with forms of disability.
I learned VB back in the Windows 3.1 days with VB3 Pro, and never looked back. I've used VB as my primary language for everything, and even use it to write Android apps (using B4A). There's nothing I can't write with VB except OS kernels, device drivers, and high-power games. And I absolutely LOVE it when the C# snobs tell me that VB isn't a real language - that's when I remind them that C# is just VB with brackets. I prove it by reminding them that VB and C# are installed in Visual Studio with the same checkbox. They HATE that.
Dear trainer, I am so impressed about how good, simple and effective your tutorial is, thank you very much indeed. Although I am not a beginner, I could get some surprising information for me in the course (this was my intention). If you allow me I would like to make a suggestion from my point of view: If you declare a variable, don't use a prefix to keeps them simple and legible. Thank you again for your efforts.
I am a foreigner. I use YT's built-in translator and I can understand some English. It is a very good course. It is very good for beginners or review. The teacher's lecture speed is not fast, which is very suitable for people from non-English speaking countries.
This is the best, clearest tutorial I've found on VB for beginners so far. Thank you so much!
Thanks, haven't VB for a few years and this is a great refresher. For the array I added a comboBox drop down and populated First name/Last name with the 'Add item' at start up, and then used the sObject =sObject technique to search for the combination of First and Last names and input the results into text boxes. Look forward to the next course.
I've been programming 25 years. I've never used this language. Dabbled in VB6 in college. Was great, but I was under the impression VB was old, and no longer used. I always avoided it. My son is learning it in college so I want to learn it to help him. I'm actually surprised and impressed. I may end up using this for a few projects myself.
Wow!! I am studying 16bit assembly language and wanted an understanding of how messagebox works in windows so I typed into youtube search box VISUAL BASIC 3.0 to start at the beginning and stumbled over this video. What a blessing in disguise! I can't appreciate this enough. Thanks Kevin.
Assembly? You must hate life bruh
Learned this over 10 years ago through trial and error. Glad to see a thorough tutorial about it on this platform.
👆👆👆📥🔥📥
VB was my first programming language in high school, since then i love programming ❤
Wow, I used VB back in high school. I will surely refresh on it with this course just for fun.
High school??
@@maryjoseph38 Yes, high school. I did computer studies in high school. The third paper for the National Exams was all about building an app using VB.
I used VBA when I worked as a data analyst. It's a very useful language. This should be fun
What A stand in VBA?
@@shahrulamir983 visual basic for applications
Thank you so much sir for this course. It's hard to find teachers who puts a lot of effort teaching students a concept in depth
üniversitene hoş geldin GTÜ'lü !!!
HoşBulmadıkGtuLu!!
Excellent!! I hope there are additional courses that explain additional code. Walking through each step slowly and explaining each piece is exactly what someone new to Visual Basic needs. Thank you so much!!
good drar
Just wanted to learn something new after I worked years with a scripting language (AutoIt), and somehow I found this video. Now I'm in love with VB :D Absolutely undersandable! Great job, THANK YOU!
For youre information i'm still using VB6 and i still make a good mony. No body care what language i use. They care about the resulte. And the result is allways goid as i and the client expect. So nessage for some peoples in comments if you like c# or python or java... We dont care. Go and do somthing and please stop crying here. We love VB and he will never die.
Exactly. Love VB 💝. These java, python, C# C cultist look down on VB as not real language. But i dont care, most of work i done is in VB and i made money out of it. Thats the only thing matters. 😆👍
Wish this course came out 3 years ago when I started doing A Level Computer Science
Feel the same. I don't know why we were taught this over something like Python. It's not like anyone still uses the language. Even Java would have been better, even though it's harder, there are a lot more resources for it.
Thank you! I have to develop a POC and haven't coded to build an app in quite a while, but with Kevin's straightforward manner, it started rushing back to me at "Hello World". Awesome!
My first development job was all the way back in 1999. It was porting VB3 apps to VB6 because VB3 only used 2 digit years in its dates... I honestly haven't even LOOKED at any Visual Basic in 20 years.
Thanks for not trying to make the video as a half life speed run, all to many tutorials seem to think that short videos are better. It's impossible to learn something like this well in only 15 minutes.
One of the best tutorials ever, well done Kevin
Please bring more VB courses. 👍
VB is my favourite programming language and will remain so. Sad to see the decline of it in web development era.
Hello! You may want to see this tutorial:
ua-cam.com/play/PLTHiuzHn1TOF9iqgJzxHMUup20iHuNDfD.html
why its like that bro? , even my fav language is VB.
@@The-ism-of-isms bcoz nerd hated a lang like VB which can do same task in less time and simple syntax. So they mocked it as a toy language.
I had no idea VB was still around. I thought Microsoft dumped it in favor of C#. Great first language to learn and easy enough to go from VB to C# when the time is right
That's what i thought at first as well.......last time i heard about anything being done in VB was 12 years ago...and even then people were dumping it in favour of Java
maybe legacy systems? Its just a guess. I dont know.
Yes
Its longer getting support by Microsoft. Ironically that could make it a good language to start with since you are certain it will not change
I always wanted to know why they couldn’t bring in Visual Basic form making into Visual Cpp. It’s so easy to make great form based programs in VB in VC it’s a pita
i honestly appreciate the clear explanation. You've just saved me . Looking forward to watching more of your videos
Thank you, as a procrastinator I was able to learn this with shaky proficiency before a competition (I was roped into it with the promise of programming but was hit with Virtual Basic lmao). Anyways thank you man you’re a lifesaver.
Update, walked out with a Silver medal. Thank you much you’re a great instructor 🙏🏼
If you increase the playback speed to 1.25, you can watch the video at a normal speaking pace.
Thanks for the course.
i have realy appreciate this clear explanation . as am going to sit for my final national examinations i pray that i should remember all i have learnt here. Thank you God bless you
Amazing content.....Gives a lot of confidence for a Beginner instead of going strait into an unknown tag and confuse them...
Correct me if I'm wrong but 1) Most US Colleges stopped teaching this and 2) Major of companies stopped using this too.
That's what I was taught in college.
A lot of companies have legacy code bases that use visual basic. I'm at a company right now where most of the application is visual basic and asp classic. We're actively migrating to C#/TS, but we still have to do things in these legacy langauges.
Very clear and precise. No BS at all. This is gold content
It's the first language that I learnt so it's close to my heart
Excellent. So thorough and concise. It's like he is writing a fresh program in your brain😄
Man what the hell? I was waiting for this for like a year.
It great at all, but only wish I had was if you have increased the font size, not all students have better eye sight
You can zoom the screen
Improve the quality and zoom it's super clear
😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍
Connect to tv
@@buttercup7703i think its a new feature I didn't know about this
Visual basic is best and simple and easy to learn and I could do as exactly what I want faster than what java, C . Python and so on.. Vb is enough
Yes. But these c# java and python ppl doesn't understand
I had algorithms and data structures, introduction to CS and macros for Excel in Visual Basic at a college. It's very funny language, I like it.
Send a direct message for lnquirues & consultation.
Lol this is first time I've heard of anyone doing data structures in VB ......🤭
Excellent video!
Clear simple English (which is super important for me as non-native).
Many thanks
Thank you so much. you guys are lifesavers! We need to create a system for our programming language as a project and this is perfect!
I searched for this last week. Now here it is. Great timing.
same lol, i started watching the original videos and now i found them all combined
loving your clearly voice (as a foreigner)!
I always wanted to learn the visual basics, I think I finally have a chance to fulfill my dream!
Thank you for the great work!
Teacher Kevin is just amazing!
FINALLY, yall did the VB. I thought the world was just gonna lesve these languages in the dust.
This was such an amazing and helpful course. I am currently learning and studying for my A level job and breaking down each component made learning fun and simple. Thank you!
Your courses are saviour for many students!
If you are still learning Visual Basic, you're such a chad. My cheers 🥂
Man! I owe you the euphoria of knowledge i feel after this tutorial :)
Mr Drumm is my teacher! definitely was not expecting him to be in this video
Vielen Dank für diesen Kurs! Dank dieses Kurses ist mein Wissen und Können in Visual Basic von absoluter Perfektion bzw. in höchstem Maße makellos!
Thank you for the course, would love to see more VB content!
This course is so easy to understand. The instructor is really good 👍
This is the best tutorial, only problem is the screen is not zoomed enough, font is small. So facing problem with visibility, specially when I split screen.
In other words Microsoft wholly based VB on HyperCard (1987) and HyperText from Apple Computers and Macintosh. HyperCard was a software application and development kit for Apple Macintosh and Apple IIGS computers, and was among the first successful hypermedia systems.
Woow. This bring back all the memories from school.
Struggling with my college course, and how the info is being presented.
Hoping this will be more helpful for me!
I really appreciate this wonderful channel's efforts to teach the world with valuable knowledge ❤
kindly never stop teaching us. :)
Ótima aula... Vb sempre me inspirou.
Fantastic presentation. A very knowledgable and adept instructor. Impressive!
I'm still watching and following but so far, I'm really enjoying your video!
Thank You, I hope this would help me in my Computer Exam.
Thanks for you from sudan 🇸🇩 and I'm speaking Arabic 👍
I know that right, actually explains variables, arithmetic etc. so well. Try other programming languages and not as detailed.
some may step back by the lenght of the video but my god you explained it all very well and udnerstandble, well done I was able to follow up on things while kept intrested,
GTU'den ve İlyas hocadan herkese sevgiler...
Haa ...haha what a coincidence...
Today my practical 😌 exam for vb.net..
And now I am watching your video
Set the speed at 2x and complete the course in 90 minites 😊😂 thanks me later
First, I thought this is a sarcastic comment...but I already thank you 😅
Thanks alot bro learning VB at 1:30 at night is late enough you saved alot of precious sleep time
@@shanilsingh6077 not a problem 😂😂😂
half way doing same thing
Thanks
Finished watching. Thank you. We need part 2 also for OOP in VB.
1:27:28 kommenT-ale-Vu! hahahahaha (comment allez-vous "komo(n) ale vu") . I enjoyed listening to your french pronounciation. Not bad vid, needed this since I need to transfer VB Code to C# in our company... needed some basics...
We had to learn this at school like ten years ago and I absolutely loved it. I'm finishing my CS degree and it's super nostalgic to see this. I'll definitely revisit this video so I can remember how it all works later
Once you learn Java everything seems pretty simple lmao
Thank you guys for these incredible courses!!
Try JavaScript
@@anshumanxda That's simple too. Every high level language is the same, at core:
- 3 common data types: strings (or arrays of characters), numbers, and booleans, stored in memory and accesed later through labels which we call variables;
- operators: arithmetic and logical;
- conditionals: the logic happens here, based on one or more boolean (logical) expressions;
- loops: repetition, repetition, repetition;
- functions: reusable blocks of code which may be seen also as a list of instructions grouped together and labeled, which performs a particular task given some (or none) inputs, and may return some (or no) value(s);
Those are the main parts of any high level programming language. They differ only in syntax, the libraries available, and the purpose of the language.
Great tutorial, thank you! I subscribed to your channel and look forward to finding other helpful videos. I'm a hobbyist, I program for fun, it's not my profession. So, it's always refreshing when I find good material like this.
Dw bro ADHD helps out so much with soft soft i find. day dreaming always gives new ideas so when i snap back i got that vision ready
First to comment from Accra, Ghana 🇬🇭
I really love this. My question is when do you take us on the remaining aspect
Very good beginners tutorial. I already know programming generally so it was quite easy to get things rolling. Thanks!
Ha, I'm totally lost. I don't even have a toolbox. Is there like a pre-vb course with very basic info. That's the bad thing. These kind of courses always assume you have some pre-existing knowledge base.
BRO JUST search on google or ask ChatGPT, 'How can I create a toolbox?' AAAAAAAAAAAAAAAAAAAAAAAA
an amazing tutor this tutorial is so helpful especial to the beginners. personally i gained a lot. thank you
Visual studio code: I'm the best editor
Visual studio: wait, I'm doing something as well
i dont know why i love vb !!!
Dude, these lectures are great. Thank you Sir.
The main problem is that microsoft stopped this wonderfull language from web develop. None of the web platforms of MS work with VB in 2022 visual studio.
And it is a problem. Since you can't really ignore web in this era. I have thousend of code files in VB that i can't use.
I don't really understand why microsoft droped it.
Because inside microsoft they have same kind of ppl with mentality which doesn't consider VB as a serious language but something as hobby. May be these ppl want to spend more time with case sensitive and curly bracket.
This relegates VB to just making work group apps to patch legacy systems which was great when client-server was king. Microsoft is known to make decisions which make money, but not necessarily practical sense from an operations standpoint or what's better for the industry. The case of VB is just another in a long list of other examples.
This video is a beginner's course and does not cover all concepts, like OOP,Files and error handling...it's good starting point ,but a tip of the ice burg
This guy has a smooth buttery voice he should do more how to videos
Wish I had this when I was learning VB in school
The best training ever
Thank you for this Tutorial, I just got started learning how to code and this will be my first language if ever. Can you please do more tutorials from vb until we can create our own app. I mean can we have a project tutorial that we can follow. Thank you so much FCC
Just got to the end of Part 5 and I'm wondering if there's a quick way of sorting the list box so that it's in alphabetical order? (without simply re-organising the code itself). My very limited experience with coding tells me that using time/ tick, or the VB equivalent, is a waste of memory... so maybe just OnLoad (enter magical code here to sort it :D). Loving the video btw! I saw someone mention macros for Excel and decided it was time for a VB crash course XD
සුපිරි 💐
Amazing lecturing keep it up!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I can't get past the first part. How do I download visual basic from visual studio code? How do I create a project? The UI/layout is way different now
Download Visual Studio not Visual Studio Code . Visual Studio code is just a text editor .
Thank you Kevin, I've already subscribed to your channel.
im year 12 and i will take this subject this year im just listening to it to get an idea
My god! He speaks like we had never seen a code
The text is too small.
And the white background irritates the eyes.
And UA-cam don't have the option to zoom in.
Thank You Sir For The Explanation 😀
VB is still fairly popular in Iran. Please also make a video for FreeBASIC or Gambas
Thanks for your videos. May I know how can I integrate my Plc to Visual Studio?
How to connect with a database and store, retrieve data from a database?
thanks, it actually let me through so i could download it.