Тёмный

Visual Basic.NET Programming. Beginners Lesson 3. Output and Variables 

Computer Science
Подписаться 209 тыс.
Просмотров 75 тыс.
50% 1

This is the third in a series of computer science video tutorials for beginners, about programming with Visual Basic.NET (VB.NET) in Visual Studio. In this lesson, you will learn how to declare variables and assign values to them. A naming convention for variables is also recommended. You will learn how to output the contents of a string variable using either the MsgBox command or MessageBox.Show(). The use of the VB.NET concatenation operator to build output strings that include the contents of variables, and literal text, is also covered. The focus of this lesson is on the String variable; other variable data types are covered in the next video.

Опубликовано:

 

4 дек 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@shadeerahmed4685
@shadeerahmed4685 2 года назад
Your explanation is sooo easy to understand, I simply love it. thank you soo much.
@zeoloty4494
@zeoloty4494 3 года назад
best vb net tutorial video ever seen. thanks for the effort, can't wait your next videos for intermediate level!
@ComputerScienceLessons
@ComputerScienceLessons 3 года назад
Thank you. Lots more in the pipeline - but at the moment, the day job is taking up all my time. :)KD
@jtlunsford780
@jtlunsford780 Год назад
Every time I watch one of your tutorials I learn more and more. I'm a Newbie and going back to some of the basics. I usually cut and paste, i did not know highlight, drag n drop. Such a simple thing can save so much time. I just tried it in Word OMG I finished you 7 vid Color Mixing vids and learned soooo much. Easy to follow, legible, good pace and never more than you can digest. Thanks....JT
@jdholbrook33
@jdholbrook33 Год назад
Well done. Back in the 90's I made a LOT of programs with VB (even a real, commercial program for a company called Oceaneering). I was going to make a small application to show some data and had NO idea how to even get started. Just a few lessons took me from installing to my first "Hello World" Memories flooding back of hours spent making code and UI. Thank you.
@ComputerScienceLessons
@ComputerScienceLessons Год назад
I hope they were good memories. I find a bit of coding (and playing the guitar) helps to keep my brain working. I hope you enjoy the process of making your app :)KD
@danwestwood9663
@danwestwood9663 2 года назад
Dude! you are a life saver! thank -you for a proper explanation of "How the code works (with conventions) in visual basic.NET.
@ComputerScienceLessons
@ComputerScienceLessons 2 года назад
You're very welcome :)KD
@kcvinu
@kcvinu 3 года назад
Thanks for the video. Waiting for more lessons.I love vb .net.
@michsmi8297
@michsmi8297 2 года назад
You have a very clear and concise style, Keep them comming!
@ComputerScienceLessons
@ComputerScienceLessons 2 года назад
More on the way soon. I've been working on linear algebra lately :)KD
@kupaninoe7372
@kupaninoe7372 2 года назад
You changed my life . Thank you so much Sir
@osabaivy9444
@osabaivy9444 2 года назад
Thx for these tutorials, Im starting coding and these are the best videos explaining VB.
@ComputerScienceLessons
@ComputerScienceLessons 2 года назад
Thank you. I'll be uploading some more in my intermediate series soon. :)KD
@tomroder7940
@tomroder7940 3 года назад
Your videos are pure gold! - Thank you for your time, I'm learning in a very clearly way thanks to your videos, would you recommend any book due to your experience that I could start to complement with your videos?, thank you!
@bersi3306
@bersi3306 2 года назад
"The C programming language" ;D
@Reaper7mk
@Reaper7mk 4 месяца назад
Excellent tutorial
@ComputerScienceLessons
@ComputerScienceLessons 3 месяца назад
Thank you :)KD
@triplea2443
@triplea2443 Год назад
This is my whole class 😅 thanks
@sachininissanka8
@sachininissanka8 Год назад
👍💪🤝 Thank you sir thank you very much for your help sir.
@egefarmozambique2028
@egefarmozambique2028 3 года назад
Thank you very much
@abukariabdul-wahid5649
@abukariabdul-wahid5649 9 месяцев назад
Thank you so much
@ZBwing
@ZBwing 4 месяца назад
Hello I like your videos thank you. Could you do a lesson on CRUD with sqlite please?
@thomaswalsh2378
@thomaswalsh2378 Год назад
Keep these videos coming please manja manja manja
@ComputerScienceLessons
@ComputerScienceLessons Год назад
Will do. Thanks :)KD
@uditpandit8627
@uditpandit8627 2 года назад
it is really easy to understand. :-D
@ComputerScienceLessons
@ComputerScienceLessons 2 года назад
Thank you :)KD
@ailomarkdelacruz9524
@ailomarkdelacruz9524 3 года назад
TY
@RafiqRohizad99
@RafiqRohizad99 2 года назад
How do you give title to the message box? I can see the title is the same as the blue symbol one at the right of the app. At the solution explorer. You change there?
@ComputerScienceLessons
@ComputerScienceLessons 2 года назад
If you are using MsgBox, you can do this...(notice there are two commas) MsgBox("hello there",, "my title") Alternatively you can do this... MessageBox.Show("hello there", "my title")
@RafiqRohizad99
@RafiqRohizad99 2 года назад
@@ComputerScienceLessons Thank you so much
@swimmyswims
@swimmyswims Год назад
"one little error and I've got red wavy lines all over the place" 😂
@ComputerScienceLessons
@ComputerScienceLessons Год назад
Indeed! It's usually a missing double quote or a missing ampersand. :)KD
@abutofialnasir2422
@abutofialnasir2422 Год назад
Hi do you have any course in Udemy?
@ComputerScienceLessons
@ComputerScienceLessons Год назад
No. Should I? :KD
@mimoreliamichoacan
@mimoreliamichoacan 2 года назад
Yjh
@ComputerScienceLessons
@ComputerScienceLessons 2 года назад
? :)KD