Visual Basic .NET Tutorial 3 - Using If then Else Statements in Visual Basic

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 52

  • @zachariahhazel8102
    @zachariahhazel8102 9 років тому +7

    Appreciate the help all the way from New Zealand .

  • @WishsWrld
    @WishsWrld 5 років тому +1

    Thank you, you just helped me pass a computing sac

  • @broughtyoubygel
    @broughtyoubygel 5 років тому +1

    Thank you for tutorials and for your effort. It's higly appreciated 😊

  • @powerbackknowledge169
    @powerbackknowledge169 2 роки тому +1

    This video playlist is vary use full 👍
    Thanks sir 😊🤗 👍

  • @mehakmishra3303
    @mehakmishra3303 5 років тому +1

    It was really helpful I guess for my practical but let's see what happens tomorrow...

  • @ntokozonkosi1109
    @ntokozonkosi1109 2 роки тому

    Thank you for your Amazing Tutorials

  • @yaqeen9994
    @yaqeen9994 4 роки тому

    very good teaching style . learning a lot.

  • @jeffersonphakoh9643
    @jeffersonphakoh9643 7 років тому

    you are very clear I hear every good there man keep it up

  • @thezombiesatemyhomework7412
    @thezombiesatemyhomework7412 10 років тому +1

    Wonderful and decisive tutorials. Thank you kindly.

  • @TheFeroness
    @TheFeroness 9 років тому +1

    Congratulations!! Thank You My Friend!

  • @ahmedalawfy8848
    @ahmedalawfy8848 8 років тому +2

    you are the best

  • @Vaibhaw4U
    @Vaibhaw4U 6 років тому +2

    Thanks sir and could you please make some videos upon the conditional programming in Visual Basic🙏🙏

  • @ramagyamasih
    @ramagyamasih 10 років тому

    thank you so much sir for help...now I know how to Begin the code.

  • @joshuasamanga1633
    @joshuasamanga1633 7 років тому +1

    thanks this is excellent....its understandable.

  • @ProgrammingKnowledge
    @ProgrammingKnowledge  11 років тому +1

  • @AjayKumarparmar
    @AjayKumarparmar 8 років тому

    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..

  • @Milan-gq3be
    @Milan-gq3be 3 роки тому +1

    Very very thanks

  • @kaleemullah-os7vh
    @kaleemullah-os7vh 7 років тому

    wonderfull it help me alot

  • @myouniverse0613
    @myouniverse0613 7 років тому

    very helpful thank you!!!

  • @maintpointofficial
    @maintpointofficial 7 років тому

    thank you teacher

  • @raghavendranr8627
    @raghavendranr8627 9 років тому

    Thank you mate

  • @kneippmichaelpinca4703
    @kneippmichaelpinca4703 9 років тому

    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

  • @bridgedthuo7271
    @bridgedthuo7271 Рік тому

    Thankyou.

  • @extrememlgbassboosts8453
    @extrememlgbassboosts8453 9 років тому

    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

  • @sivannarayanab1686
    @sivannarayanab1686 9 років тому

    hi
    there is no ELSE condition in this example
    but you are mentioned here that the program to explain ELSE condition??

    • @absolutelynothing2679
      @absolutelynothing2679 8 років тому

      +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"

  • @ankitsaryam9145
    @ankitsaryam9145 5 років тому

    Thanx sir

  • @jeffersonphakoh9643
    @jeffersonphakoh9643 7 років тому

    from South Africa

  • @MUHAMMADAHMAD-su7ix
    @MUHAMMADAHMAD-su7ix 7 років тому

    aoa sir... listen...
    i have some hides the labels in the toolbox so how i can fix it...

  • @studyfever-solutions3090
    @studyfever-solutions3090 7 років тому

    thanks

  • @true4189
    @true4189 4 роки тому

    Visual basic and visual basic . Net are different from each other?

  • @vijayapaskar4573
    @vijayapaskar4573 7 років тому

    nice man

  • @haribabukallagunta2125
    @haribabukallagunta2125 5 років тому

    Can you please send a document regarding this course

  • @ghunghroo1
    @ghunghroo1 8 років тому

    whats the meaning of writing double IF
    " if....
    END IF
    IF ....." ?
    plz explain.

    • @Kommentoli
      @Kommentoli 8 років тому

      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

    • @mariezaragoza7583
      @mariezaragoza7583 8 років тому

      pepa pig

  • @neelshah8410
    @neelshah8410 4 роки тому

    can else be used??

  • @derichest9572
    @derichest9572 2 роки тому

    Nice tutorials
    But video very blur

    • @Stucksess
      @Stucksess 2 місяці тому

      na u trippy its not blur

  • @miguelitossss199
    @miguelitossss199 5 років тому

    If TextBox1.Text = "1" Then Label1.Text = "Message 1" Elseif TextBox1.Text = "2" Then Label1.Text = "Message 2" Else Label1.Text = "Message 3"

  • @muhammadaqib7674
    @muhammadaqib7674 10 років тому

    hi
    why label is necessary to show message

    • @VBToolbox
      @VBToolbox 9 років тому +1

      Muhammad Aqib A label is not required. You could use any control with Text property to display the message, or a message box.

  • @asjathahamed
    @asjathahamed 9 років тому

    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

  • @IRONMAN-id9ne
    @IRONMAN-id9ne 7 років тому

    If Not

  • @onion7669
    @onion7669 5 років тому

    what happened lol im new
    if cash = 2000 then
    label3.text = "your house is a: cardboard box"

  • @TheSkyGamez
    @TheSkyGamez 5 років тому

    doesnt work

  • @bright_thought
    @bright_thought 7 років тому

    Sir plz help me

  • @ninaramirez5472
    @ninaramirez5472 7 років тому

    very helpful!!! thank you