I would like to thank you for sharing your knowledge of Visual Studio. I started to learn Visual studio and the first video you shared about Visual Studio lesson is really great. I hope you have a good life in this year of 2022. Have a nice day to those who read this comment, and let's learn the code together, bro:)
I love your channel. It presents so many concepts in a manner that can be quickly grasped, especially the Visual Basic Videos. Please publish more Visual Basic videos!
I just love your pace and intonation. I've sampled a few tutorials, and before yours I was going to just stick to books. Your series is definitely the multimedia I need to supplement text only instruction.
@@ComputerScienceLessons help me.!! When I want to save data to a textbox when the program is turned off, if I want it to show the most recent data saved, what should I do?
Thank you very much for this super clear presentation. When I created my project, the default target framework was .NET Core 3.1, and the MsgBox object was not available. It did however work when I selected the .NET 5.0 framework.
Well done on tutorial. For someone who is not a programmer, I found this straight forward. I'd love to see more handling compiling, installation a compiled program, read, write, edit, delete with a DB backend. All the basic! Thanks.
Plenty more on the way. If you want to jump ahead, you might find my playlist on making a booking system interesting. ua-cam.com/video/06qXNVuwGYI/v-deo.html
@@ComputerScienceLessons Thanks. I'm only a beginner but you have a good way in explaining things and you don't make the obvious mistake that most people do and assume people already know something. I'm a qualified trainer myself, so I know a good trainer when I see one and if you are not a trainer, you should think about being one. Your method of teaching is very good. Well done!
Hi OYMInternetRadio, you are very kind and I really appreciate comments like yours. I am a school teacher. I used to teach Chemistry and Physics but moved into commercial training in the late 1980s (training mainly software engineers) I came back into school teaching about 20 years ago and I now teach computer science to kids. I plan to retire next year when I'm 60. :)KD
Hi there, thank you so much for uploading and sharing your videos. Can you please advise me about the latest version of visual studio to download it for MacBook , i.e. iOS
Funny you should say that. My first ever UA-cam videos were about Excel VBA. They production quality isn't great, but the content is still relevant. ua-cam.com/play/PLTd6ceoshprf6D1UCOCW8eeKEWeoG3LeS.html :)KD
@@ComputerScienceLessons wow, will definitely check this out! Would be good if you could ever update this, and cover other office applications!!! You are a life saver.
this is really helpfull thanks you but i got a problem thats is when i type MsgBox visual studio replace it with MsgBoxresult idk why and also its not showing up btw im on visual studio community 2019
This is good guide , I was looking to know that what is .net for I know VB but if I want an application to be installed on several computers and connected to mine via internet and have a shared [ main database] data base updating from all of them then from where I need to start ?
Thank you for this introduction you obviously are a teacher. However is there a way to focus or make the text you are using legible? Most of the time I can guess or work it out from your explanation but this is fatiguing.
When you create a new project, you need to select 'Windows Forms App (.NET Framework)', rather than 'Windows Forms App'. This problem, and the solution, are described at the start of this video: ua-cam.com/video/R2TGEVL_1LI/v-deo.html :)KD
Don't use windows forms, use WPF. If you use windows forms, you will be stuck in a legacy world, trapped in history. I had to rewrite an entire application to get good compatibility with Windows 10.
Hey! First of this was awesome and great help, i was slightly confused as when I executed the code, it came up with an error message saying, (file name) Does not exist, do you know why this may be happening?
Make sure you select the right project template when you start - Windows Forms App (.NET Framework) - there is a similarly named project template which does not have .NET Framework in brackets. Also make sure you use the Save All option when you save a project. Please let me know if this works? :)KD
Hi, these tutorials are very help but I have a small confusion. When I clicked the button1 (btnStart), the form created had extension of .cs (Form1.cs) while in video, the file extension is .vb (Form1.vb). I am using Visual studio 2022
@@ComputerScienceLessons I got it to work. I started download, upgrade? of visual studio, in a drop down list I click on ever option that had basic, all the boxes for C was automatically checked. I then clicked on Current Version , instead of looking on internet? forgot, ok, I now want to add extension of colored brackets, tomorrow.
I'm following exactly what you're doing in VB 2019 Professional. When I click the button to get to the code, type in "msgbox", there is no message box in the list. Just msgboxresult ect. If I try to run the code, it gives me an error that "sub main" cannot be found and "msgbox" is undefined. I have the project's setting to being with Sub Main. To top this off, I was a VB developer years ago using VB.5 It doesn't even look the same anymore.
Ok, so I created a new project and selected "Windows Forms" again. In the type of project to create, there's several "types" and windows forms are listed like 3 times. I guess I had the wrong "windows forms" selected. Pretty f*cking confusing right from the start.
It seems you have discovered for yourself that when you create a new project, you need to choose the template 'Windows Forms App (.NET Framework). It has moved on since VB5. VB.NET is fully object oriented now. Stick with it and you'll start to see how much more powerful it is. It's good to see someone else jamming in Joes Garage :)KD
@@ComputerScienceLessons Not many people get the Joe's Garage reference. Much less what the actual purpose of the CS was. I've heard that people who listen to Zappa have a higher intelligence.
VB has certainly become less popular these days. Languages like C++, C#, Python, Java, R and Scala tend to dominate. The beauty of VB is that it's very easy to learn. Beginners get instant gratification from their code and it's incredibly versatile. You can learn a lot of different concepts with VB, some of them very advanced, then transfer your skills and knowledge to other languages. Experienced programmers pick up new languages quickly, because, at the end of the day, most high level programming languages do the same thing. Learning to code is really all about concepts and constructs; the syntax of the language is secondary. Furthermore, ultimately, all high level code is converted into machine code before it will run, and this is limited to the instruction set of the processor running it. Programming languages will come and go but I think VB is here to stay, certainly for teaching and learning, although we may not see it evolve much further. If it ever dies out, I will go on a mission to resurrect it. :)KD
There are a number of little icons at the top of the solution explorer. Try clicking on some of these and see what they do. Failing that, try creating another solution from scratch. Examine each screen carefully as you go and make sure you select all of the same options as I did. :)KD
They auto hide by default. They might slide into view when you move your cursor to where they should be. If not, select View/Toolbox from the menu and View/Properties Window from the menu. They can be pinned in place with the little (Auto Hide) drawing pin at the top. :)KD
Hi sir can i contact you on a project? i am making a project & in the same time am self teaching programing in the process, i need some one to guide me, remotely who i can pay on hour
There are several ways to do this (and plenty of advice online). You will either need a separate partition (support.apple.com/en-gb/HT201468) or you will you need to install a virtual machine of some sort - to make windows 'think' it is on a PC. To be honest, if I'm ever asked by a computer science student whether they should buy a MAC or a PC, the answer is always PC. Good luck. :)KD
Thank you Most of my videos are are in 1080p resolution, and the are designed to be watched on a monitor screen. Please try increasing the quality in your UA-cam player. I hope this helps :)KD
Make sure you select 'Windows Forms App (.NET Framework)' when you create a new project. There is a similar looking project template which does not include (.NET Framework) in the name which does not include MsgBox :)KD
They say it takes 10,000 hours to become an expert at anything. Just like learning to play a musical instrument, you need to practice a lot and don't expect to get good at coding overnight.
Fantastic video, so easy to follow, I really hope you have done/will do more on VB! Thank you for your effort. I do have a problem though, when I type 'msgbox' it does not show 'MsgBox' as it does on yours, I get MsgBoxResults, Style, help, Right, RtlReading or SetForeground. Does anyone have any idea why? Thank you in advance. EDIT: Ignore this, I should have searched your replies before posting. :(
I'm sorry to hear that. Have you tried changing the video Quality in the UA-cam settings (click the little cog wheel at the bottom of the video)? I recorded these videos in High Definition, so they should look best if you select 1080p HD. :)KD
I recommend that my programming videos are watched on a good sized computer monitor (not a phone or tablet screen) in full screen mode and high definition. That way, you will see what I saw when I made it :)KD
btnStart_Click 1 Message Message (active) IDE1006 Naming rule violation: These words must begin with upper case characters: btnStart_Click BtnStart_Click Message goes away ' not important at all, just mildly distracting
I would like to thank you for sharing your knowledge of Visual Studio. I started to learn Visual studio and the first video you shared about Visual Studio lesson is really great. I hope you have a good life in this year of 2022. Have a nice day to those who read this comment, and let's learn the code together, bro:)
Thank you very much :)KD
I am beginning a course that uses Visual Basic soon so I greatly appreciate this video series.
Delighted to help. More on the way soon :)KD
IT is in our blood and the world shouldn't resist the effects.Great job Now I can develope G.U.I with ease
Amazing video. My UTP Visual Programming students should stumble upon this video series. - JbA-
I love your channel. It presents so many concepts in a manner that can be quickly grasped, especially the Visual Basic Videos. Please publish more Visual Basic videos!
Coming soon :)KD
I just love your pace and intonation. I've sampled a few tutorials, and before yours I was going to just stick to books. Your series is definitely the multimedia I need to supplement text only instruction.
That's great to hear. I hope you learn a lot from it :)KD
Greate Work, Perfect Presenter Voice & Skills. We need more from you, all LOVE...
Thank you so much :)KD
Amazing Tutorial for begginers, I am truly amazed by this video.
You are very kind. I like your Snap tutorials. I'll show them to my Y7 class. Keep it up. (subbed) :)KD
@@ComputerScienceLessons Thank You very much, however, I use snap! which is slightly more advanced than scratch, yet still has the same fundamentals.
your series is carrying me through my A levels rn
Delighted to be of service :)KD
My god this is one of the best tutorials I have ever seen. I wish you had one for C or C#
Thank you. I'm working on a C# series at the moment. I plan to start uploading soon :)KD
Hello, greeting from Nicaragua. Thanks for your lessons, I'am vb.net developer, actually learning english.
Great first lesson in Visual Basic. Thank You
You're welcome :)KD
I want to let you know that I work for the state of Missouri and I was assigned to watch your video series as training.
Just brilliant !!! Second to NONE
This is a fantastic lesson, the best I have come across. So clear and very easy to follow. Thank you.
Thanks for saying so. You are most welcome :)KD
Thank you so much, this is a lot of help since I am starting to learn these.
You are most welcome :)KD
Excellent video for beginners and great video and sound quality
Thank you - I've finally got myself a reasonable microphone :)KD
Thanks a lot for VB video 👍
You're welcome :)KD
very very good, it helps so much in leand vb.net and paricitpact
Thank you. I will be adding more to this series soon. :)KD
@@ComputerScienceLessons help me.!! When I want to save data to a textbox when the program is turned off, if I want it to show the most recent data saved, what should I do?
Hey it's very useful... Keep rocking 👍
Thank you - still rocking 🎸 :)KD
excellent introduction keep it up
Man you are so good at coding 👌👌👍👍👍👍👍👍👊👊👊👉👈👌🙌🤚
Your such an amazing teacher I really like you style😊😊 keep the good work up.
You are too kind. Thanks for the lovely comment. I'm making another VB.NET video today :)KD
bump
This video helped me a lot. Thank you.
You're very welcome :)KD
Thank you very much for this super clear presentation.
When I created my project, the default target framework was .NET Core 3.1, and the MsgBox object was not available. It did however work when I selected the .NET 5.0 framework.
I think I can learn easily from this video
Thank you Sir ❤
You're most welcome :)KD
@@ComputerScienceLessons Sir
Could you please cover some chapters for A-Level
Sir, kindly do a tutorial on error correction code and helper algorithm used in biometric data correction. :)
Can you be more specific please? :)KD
best explanation love it 🔥
Great content, still learning
Thank you :)KD
Easy tutorial to folow.Thankyou so much
Well done on tutorial. For someone who is not a programmer, I found this straight forward. I'd love to see more handling compiling, installation a compiled program, read, write, edit, delete with a DB backend. All the basic! Thanks.
Plenty more on the way. If you want to jump ahead, you might find my playlist on making a booking system interesting. ua-cam.com/video/06qXNVuwGYI/v-deo.html
@@ComputerScienceLessons Thanks. I'm only a beginner but you have a good way in explaining things and you don't make the obvious mistake that most people do and assume people already know something. I'm a qualified trainer myself, so I know a good trainer when I see one and if you are not a trainer, you should think about being one. Your method of teaching is very good. Well done!
Hi OYMInternetRadio, you are very kind and I really appreciate comments like yours. I am a school teacher. I used to teach Chemistry and Physics but moved into commercial training in the late 1980s (training mainly software engineers) I came back into school teaching about 20 years ago and I now teach computer science to kids. I plan to retire next year when I'm 60. :)KD
bump for the algo. Great tut.
bump for the obfuscated vernacular :)KD
Hi there, thank you so much for uploading and sharing your videos. Can you please advise me about the latest version of visual studio to download it for MacBook , i.e. iOS
This looks promising
visualstudio.microsoft.com/vs/mac/preview/
:)KD
Would be interesting for you to cover vba and how it’s used in excel, access, outlook etc
Great videos btw
Funny you should say that. My first ever UA-cam videos were about Excel VBA. They production quality isn't great, but the content is still relevant.
ua-cam.com/play/PLTd6ceoshprf6D1UCOCW8eeKEWeoG3LeS.html
:)KD
@@ComputerScienceLessons wow, will definitely check this out! Would be good if you could ever update this, and cover other office applications!!!
You are a life saver.
my beginning of learning new language
Hi thank you for the video, it helps a lot
You're very welcome :)KD
thanks you very much such a great video.
this is really helpfull thanks you but i got a problem thats is when i type MsgBox visual studio replace it with MsgBoxresult idk why and also its not showing up btw im on visual studio community 2019
wow thank you very much this helped a lot
You're welcome :)KD
Thank you ❤️❤️❤️
You are very welcome :)KD ❤
@@ComputerScienceLessons i will comment here if i need help 🤣🤣🤣
Can you do similar lessons for the twinBASIC programming language?
What to do if toolbox icons are greyed out? By the way, you sound like ESO in youtube who uploads skyrim contents.
It usually depends on what you have selected. Try clicking on the background of the form first. I'm not ESO - My alter ego is MurvinDrake :)KD
kkkoAnN ÔNG KM N
@@ComputerScienceLessons KNKNKNNK
@@ComputerScienceLessons oio O
Very nice
Thank you - I hope you find the series useful. :)KD
ua-cam.com/video/2qYyvwoG9Wk/v-deo.html
Helpful
You're welcome :)KD
Is this course can be learned for ui path
may i ask why mine MsgBox is detect as variable?
ua-cam.com/video/2qYyvwoG9Wk/v-deo.html
This is good guide , I was looking to know that what is .net for I know VB but if I want an application to be installed on several computers and connected to mine via internet and have a shared [ main database] data base updating from all of them then from where I need to start ?
Take a look at ASP.NET
ty sir, hope more techniques
There's plenty more to come in this series.
Thank you vary much! I have a bok, but you are best!!! :-)
Thank you for this introduction you obviously are a teacher. However is there a way to focus or make the text you are using legible? Most of the time I can guess or work it out from your explanation but this is fatiguing.
When I am writing the code it doesn't allow or show msgBox(), if I type msgBox when I put the bracket it will change it msgBoxResult()
When you create a new project, you need to select 'Windows Forms App (.NET Framework)', rather than 'Windows Forms App'. This problem, and the solution, are described at the start of this video:
ua-cam.com/video/R2TGEVL_1LI/v-deo.html
:)KD
Don't use windows forms, use WPF. If you use windows forms, you will be stuck in a legacy world, trapped in history. I had to rewrite an entire application to get good compatibility with Windows 10.
nice brooo
Hey! First of this was awesome and great help, i was slightly confused as when I executed the code, it came up with an error message saying, (file name) Does not exist, do you know why this may be happening?
Make sure you select the right project template when you start - Windows Forms App (.NET Framework) - there is a similarly named project template which does not have .NET Framework in brackets. Also make sure you use the Save All option when you save a project. Please let me know if this works? :)KD
@@ComputerScienceLessons Okay thanks, ill definitely try that after I've finished revision!
If it is possible make a video about VBA for Access ans SQl for Access with a project
i love your tuto thank you so much
Hi, these tutorials are very help but I have a small confusion. When I clicked the button1 (btnStart), the form created had extension of .cs (Form1.cs) while in video, the file extension is .vb (Form1.vb). I am using Visual studio 2022
It looks like you chose C# (C sharp) when you created a new project. Be sure to select VB.
@@ComputerScienceLessons thankyou .
I just loaded up studio, to the bottom right box Properties, that box is empty, blank, how do you fill up the property box?
The properties window should be populated when you are in the form designer view. Any luck?
@@ComputerScienceLessons I got it to work. I started download, upgrade? of visual studio, in a drop down list I click on ever option that had basic, all the boxes for C was automatically checked. I then clicked on Current Version , instead of looking on internet? forgot, ok, I now want to add extension of colored brackets, tomorrow.
I'm following exactly what you're doing in VB 2019 Professional. When I click the button to get to the code, type in "msgbox", there is no message box in the list. Just msgboxresult ect. If I try to run the code, it gives me an error that "sub main" cannot be found and "msgbox" is undefined. I have the project's setting to being with Sub Main.
To top this off, I was a VB developer years ago using VB.5 It doesn't even look the same anymore.
Ok, so I created a new project and selected "Windows Forms" again. In the type of project to create, there's several "types" and windows forms are listed like 3 times. I guess I had the wrong "windows forms" selected. Pretty f*cking confusing right from the start.
It seems you have discovered for yourself that when you create a new project, you need to choose the template 'Windows Forms App (.NET Framework). It has moved on since VB5. VB.NET is fully object oriented now. Stick with it and you'll start to see how much more powerful it is. It's good to see someone else jamming in Joes Garage :)KD
@@ComputerScienceLessons Not many people get the Joe's Garage reference. Much less what the actual purpose of the CS was. I've heard that people who listen to Zappa have a higher intelligence.
Thank you for the lesson. is this programming language still alive? I thought it was already buried.
its not popular but you can learn this to understand harder languages like C#/C++
VB has certainly become less popular these days. Languages like C++, C#, Python, Java, R and Scala tend to dominate. The beauty of VB is that it's very easy to learn. Beginners get instant gratification from their code and it's incredibly versatile. You can learn a lot of different concepts with VB, some of them very advanced, then transfer your skills and knowledge to other languages. Experienced programmers pick up new languages quickly, because, at the end of the day, most high level programming languages do the same thing. Learning to code is really all about concepts and constructs; the syntax of the language is secondary. Furthermore, ultimately, all high level code is converted into machine code before it will run, and this is limited to the instruction set of the processor running it. Programming languages will come and go but I think VB is here to stay, certainly for teaching and learning, although we may not see it evolve much further. If it ever dies out, I will go on a mission to resurrect it. :)KD
I followed your step till create project . But my solution explorer is empty what should I do now ?
There are a number of little icons at the top of the solution explorer. Try clicking on some of these and see what they do. Failing that, try creating another solution from scratch. Examine each screen carefully as you go and make sure you select all of the same options as I did. :)KD
@@ComputerScienceLessons I got it and Thank you man .One more question how to get toolbox? my toolbox is empty and also can’t even paste anything 🤔
my interface isn't the same as yours? it doesn't have the windows forms app option either
I made the video with Visual Studio 2022 Community addition. ):KD
thanks, i've rectified the problem ; )@@ComputerScienceLessons
when i click the run the only show is the usercontrol and not the form how to fix this ?
You may not have selected the correct project template when you began. Try creating a new project of type Windows Forms App (.NET Framework).
How can i get this installer sir can you give me a link ?
You need to select Download Visual Studio, Community 2019 from the drop down link on the left of the page
visualstudio.microsoft.com/ :)KD
Thank you!
Please my properties and tool box don't appear on my VB. net form Page. Please I need help
They auto hide by default. They might slide into view when you move your cursor to where they should be. If not, select View/Toolbox from the menu and View/Properties Window from the menu. They can be pinned in place with the little (Auto Hide) drawing pin at the top. :)KD
How should i download it
Please who can clearify what those parameters mean
Hi sir can i contact you on a project?
i am making a project & in the same time am self teaching programing in the process,
i need some one to guide me, remotely who i can pay on hour
For some reason I couldn't tell if his voice was TTS or not :)
I don't know if that's a good thing or not! :)KD
@@ComputerScienceLessons ITS A GOOD THING :D
How to open windows form app on MACBOOK?
There are several ways to do this (and plenty of advice online). You will either need a separate partition (support.apple.com/en-gb/HT201468) or you will you need to install a virtual machine of some sort - to make windows 'think' it is on a PC. To be honest, if I'm ever asked by a computer science student whether they should buy a MAC or a PC, the answer is always PC. Good luck. :)KD
NOTE: MsgBox is now MessageBox Keyword. MsgBox unrecognized
I beg to differ. MsgBox works fine, if you select the appropriate project template. :)KD
Hi please I need help
Thanks for the videos but they are not clear and am finding it very difficult to see
Thank you Most of my videos are are in 1080p resolution, and the are designed to be watched on a monitor screen. Please try increasing the quality in your UA-cam player. I hope this helps :)KD
I have luck to find your native English is calm and learning is no stress
msgbox will not come up for me
Make sure you select 'Windows Forms App (.NET Framework)' when you create a new project. There is a similar looking project template which does not include (.NET Framework) in the name which does not include MsgBox :)KD
Am i the only one who's toolbox has nothing? What do I do?
how do u remember all these codes my teacher gets mad if u don't remember none for every assignment he posts he barley helps kids
They say it takes 10,000 hours to become an expert at anything. Just like learning to play a musical instrument, you need to practice a lot and don't expect to get good at coding overnight.
@@ComputerScienceLessons he does assignments like number occurrences and stuff like that that code stuff is.so hard
@@otbxboppin1591have you succeeded
I start 2 weaks ageo but not successfool No I Win Thank you But where is the second wideo and so on
Fantastic video, so easy to follow, I really hope you have done/will do more on VB! Thank you for your effort. I do have a problem though, when I type 'msgbox' it does not show 'MsgBox' as it does on yours, I get MsgBoxResults, Style, help, Right, RtlReading or SetForeground.
Does anyone have any idea why? Thank you in advance.
EDIT: Ignore this, I should have searched your replies before posting. :(
I noticed there's an update to Visual Studio available (in the last day or two). I will be installing that tonight. :)KD
I cant see this clearly😭and I feel it should really help me is when am learning this
I'm sorry to hear that. Have you tried changing the video Quality in the UA-cam settings (click the little cog wheel at the bottom of the video)? I recorded these videos in High Definition, so they should look best if you select 1080p HD. :)KD
Are you sure? Isn't subroutine?
VIDEO NOTCLEAR I CAN T SEE WHAT YOU WRITE AND EXPLAIN MAKE IT BIGGER PLEASE .
Have you tried increasing the quality (click on the cog wheel)?
Difficult to follow because of the small fonts.😒
Sorry about that. I made it on a quite a big screen.
Very small screens
I recommend that my programming videos are watched on a good sized computer monitor (not a phone or tablet screen) in full screen mode and high definition. That way, you will see what I saw when I made it :)KD
i thought sub stands for subroutine!
me too! :)KD
Lee Kenneth White Jason Anderson Angela
man jus said No to fortnite. hahahaha legend
I can mot see
ua-cam.com/video/h-EiOlzjXFQ/v-deo.html - VB 6
Lewis Timothy Lee Paul Brown Helen
Thomas Brian Robinson Deborah Robinson Daniel
?
btnStart_Click
1 Message
Message (active) IDE1006 Naming rule violation: These words must begin with upper case characters: btnStart_Click
BtnStart_Click
Message goes away
' not important at all, just mildly distracting
Don't do this, it broke.
please talk faster. thank you.
Most people ask me to talk slower! :)KD