VB.NET Tutorial 3 - Variables (Visual Basic 2008/2010)

preview_player
Показать описание
This tutorial will help you understand what a Variable is, how to create a variable and how they could be used. I have explained it in depth for the new programmers that have never used a variable before. Variables are one of the most important parts of programming that you will ever learn, so remember the syntax!

For more information, check out the website:
Рекомендации по теме
Комментарии
Автор

Learned more in an hour from your videos than half a semester with my instructor!

leontrey
Автор

Thank you Very much for best VB.NET tutorials.
Waiting for more advance tutorials.

Thank You once again!

QadirPopal
Автор

when you declare a variable you decide whether is public or private, local or global, you give it a name and you decide on its data type for example
dim hello as string = "hello"
makes the variable private gives it the name hello and gives it the data type string meaning your working with words and depending on where you place the variable tells the compiler whether its local or global local means it can only be used in the same event/sub/function it was declared in and global means it can

Автор

awesome video, easy to follow.  I've just started my class on 2012 VB.Net.  I hope this language is easier than C++

jintek
Автор

i am learning know but at the point i am really liking this tuturials .

TheLakerProduction
Автор

be used anywhere within the form public means the variable can be used anywhere within the project while private means it can only be used on the form in which it was declared dim means the variables private while public shared means the variables public

Автор

awesome dude ! .. i guess ill finish all tutorials today and keep my questions till the end !

halawany
Автор

Thanks man...I learned so much...need to self study about vb.net

LosTecH
Автор

Thank you Im lost in class since i ddint have my laptop for a while, youre helping me a lot :)

shanex
Автор

Programming is so fun this is definitely going to be my job xD!

RampageVds
Автор

Originally, Dim meant Dimension and was used for array in the old BASIC. Now, Dim can stand for Declare in Memory since it's used to declare anything.

Arcompware
Автор

Hey thanks for making these great videos. I have a question on variables, if i wanted to for example imput a word, and the program would search my word as a definiton on some sort of dictionary website, how would i do that?

RoundishCrab
Автор

@WormagStudios no..You cannot use quation for variables. Quatations are used for strings but never used for any type of variables.

marckyeva
Автор

Nice tutorial. :) Can you tell me what's the point of using a variable though? I know you used the Dim messagebox as string = "something" and messagebox.show (messagebox) to show us another way of inserting text into the pop-up box.. but what's the point when you can just use messagebox.show ("something") ?

FarahCalderone
Автор

great work guys!
do you have torrent link for this entire play list?

jubairusman
Автор

helped me lot to understand thanks for awesome tut.

HiteshBairathi
Автор

Thanks for the tutorial there are really helpful.

katongoleisaac
Автор

if you want to increase a variable, write this: count = count +1

MisterYZX
Автор

@TeachMeComputer What you need to do next is give little projects for people to do and tutorials through them if they get stuck. That'd be ideal for someone like myself. Great job btw.

nowandforever
Автор

thank u sir .im very much interested in way of teaching.

zicodaddy