+Sivannarayana B here's a code for the if then else statement for you (based on his code) if textbox1.text = "1" then label1.text = "message 1" else label1.text = "not number 1"
it's necessary cos like in c and c++ we use this symbol { to open and close a if body so the compiler can understand where it ends like wise in VB the compiler have to undrstand where we are stopping th if statemnts so it is a rule that we have to provide end if or sometimes it will automatically appear over there or else we have to type end if
there is more easy way available... and also you don't need to put again and again, easily can get output according to user input ...plz make as easy way to user... u can pass one array for an example int a; a=textbox.text; getvalue.lable1.text=a; #RifathApps
Appreciate the help all the way from New Zealand .
Thank you, you just helped me pass a computing sac
Thank you for tutorials and for your effort. It's higly appreciated 😊
This video playlist is vary use full 👍
Thanks sir 😊🤗 👍
It was really helpful I guess for my practical but let's see what happens tomorrow...
Thank you for your Amazing Tutorials
very good teaching style . learning a lot.
you are very clear I hear every good there man keep it up
Wonderful and decisive tutorials. Thank you kindly.
Congratulations!! Thank You My Friend!
you are the best
Thanks sir and could you please make some videos upon the conditional programming in Visual Basic🙏🙏
thank you so much sir for help...now I know how to Begin the code.
thanks this is excellent....its understandable.
nice tutorial. i teach excel vba via my channel and it is pleasing to see that visual basic is so similar to excel vba. great thing..
Very very thanks
wonderfull it help me alot
very helpful thank you!!!
thank you teacher
Thank you mate
what steps can really helpful for making a program sir? and tnx sir for this video its reallymean to me and for some other beginners
Thankyou.
May i ask, Is there a way to an array of text, and seperate them by , I need to get 2.5,5,66, into 2.5 5 66
hi
there is no ELSE condition in this example
but you are mentioned here that the program to explain ELSE condition??
+Sivannarayana B here's a code for the if then else statement for you (based on his code)
if textbox1.text = "1" then
label1.text = "message 1"
else
label1.text = "not number 1"
Thanx sir
from South Africa
aoa sir... listen...
i have some hides the labels in the toolbox so how i can fix it...
thanks
Visual basic and visual basic . Net are different from each other?
nice man
Can you please send a document regarding this course
whats the meaning of writing double IF
" if....
END IF
IF ....." ?
plz explain.
it's necessary cos like in c and c++ we use this symbol { to open and close a if body so the compiler can understand where it ends like wise in VB the compiler have to undrstand where we are stopping th if statemnts so it is a rule that we have to provide end if or sometimes it will automatically appear over there or else we have to type end if
pepa pig
can else be used??
Nice tutorials
But video very blur
na u trippy its not blur
If TextBox1.Text = "1" Then Label1.Text = "Message 1" Elseif TextBox1.Text = "2" Then Label1.Text = "Message 2" Else Label1.Text = "Message 3"
hi
why label is necessary to show message
Muhammad Aqib A label is not required. You could use any control with Text property to display the message, or a message box.
there is more easy way available... and also you don't need to put again and again, easily can get output according to user input ...plz make as easy way to user... u can pass one array for an example
int a;
a=textbox.text;
getvalue.lable1.text=a;
#RifathApps
If Not
what happened lol im new
if cash = 2000 then
label3.text = "your house is a: cardboard box"
doesnt work
Sir plz help me
very helpful!!! thank you