Added: 2 years ago
From: TeachMeComputer
Views: 62,564
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (66)

Sign In or Sign Up now to post a comment!
  • well its quit helpfull plz make more tutorials with details

  • i love your vb videos please make more i subscribed liked shared Favorited and commented please make more vb videos

  • These videos are LEGIT. You are in my top 2 tutorial makers!

  • If YoutubeViewer.LikeVideo = True Then YoutubeVideoLikes.Value = YoutubeVideoLikes.Value + 1

    End If

  • How to add multiple If statements??

  • @oMusH95

    You Can use Something called Else If

    Like

    If the Ball is Red Then

    X = 1

    Else If Ball is Blue

    x = 2

    Else (optional)

    x=5

    End If

  • How to keep system that Execute button is clicked when i press enter??

  • AWESOME!!! Now I can make a product key for some random thing.

  • @TeachMeComputer if you don't mind me asking, what is your accent?

  • eh?

  • hi there .. may i asked you if the codes in visual basic 2008 can also be used in visual basic 6.0?

  • @mycs00 THE code will be the same if you copy and paste the code of coding painter but a VB.net 2008 file can't be opened in VB6

  • You're my idol \m/

  • lol your voice isn't clear enough for tutorial purposes, also ur mic sucks lol also, ur not very good at giving examples

  • @RapturousDemise U mad bro? It is your speakers that suck.

  • @egeseatr35 I use a tritton AX 720, so no it's not my speakers that suck. Btw that "u mad bro?" thing is kinda old u gotta change it.

  • @RapturousDemise Trollface

  • @egeseatr35 lol SUK MA BIG WITE ASS KAWK BIATCH

  • @RapturousDemise thats not a suggestion

    

  • @RapturousDemise thats not a suggestion

  • @erickijams indeed.

  • Hey great tutorial, can you tell me how I can make >> If textbox1.text = "test" then the button1 will pop up another text? Yes this seems very pointless haha

  • @FarahCalderone This is SO SO LATE. But you would put

    If TextBox1.Text = "test" Then MessageBox.Show("Confirmed")

    End If

  • why is that when i Put "End If" it tells "End of statement expected" and I can't run the program ???!!!..

  • Can I have multiple IF statements ??? Like when I make a password stuffs program like.. when you type the wrong password it will pop-out something... can I use if statement for that or what ??? need help...

  • Hmmmm.... Can I show many information's by using messagebox or what ??? i would Like to put my contacts like it will shown up after clicking the button...

  • wow i did it perfectly... thanks a lot

  • Hi there, cousin of mine referred me to you and said you are the man. Normally he don't say that unless he means it. So now, im studying at UNI and we currently on IF statement. Can you please post another video FOR ME PLEASE ABOUT F STATEMENT TO MAKE MORE THINGS AND EXPLAIN FURTHER. something similar to [ two exam marks, and if both grades are less than 50% then else = "fail" and If = "pass" if mark is 50% or greater. I'd much appreciate it if you help me out thanxx. i wanna pass da test.

  • Hey, I'm only 12 and I've been coding in the game Roblox for a long time (called scripting.) I've noticed the interfave of vb is very similar to Roblox's. Can you give me a tutorial number that shows me something I don't know? (Roblox's program language is called lua)

  • can i use visual studio for this?

  • is the programing language the same for Visual Basic 6.0? cos i only have VB6.0.

  • @protosscch No.. VB 6.0 isn't a .NET version.....2005, 2008 and 2010 are .NET.<<--you must have one of these versions

  • @protosscch you can download vb 8 or vb 10

  • dude have can i set the picture to the window exactly when i debug it!!

  • Very good, thanks

  • keep doing more tutorials... you are good =D

  • if then else is at 3:30!

  • i like the samples of this program

    Please help me to create a program which will show the conversion in length.

    Thanks a lot!

  • Nice vid

  • we do this too =D nice

  • rock on number 4 done

  • This is really good especially if I want to be a software egineer.

  • I'm doing something that includes Numbers, what I get confused on is setting things as integers and how I can have my numbers come up on the label? Can somebody help?

  • Keep it up

  • Can I change the Label1 text to "Wrong" (or something) if the word in textbox is wrong? :P

  • @iLenkaa Try this.

    If TextBox1.Text = "Hello" Then

    Label1.Text = "world"

    Else

    Label1.Text = "wrong"

    That should work ;)

  • Its excelent but y think tutorial with messageboxes is harder than IF.But anyway i folow your toturials.

  • Thank you... I learned soo much about vb.net... Nothings gonna happen if ur not gonna self study...

  • u are 2 emotional

  • Hi Mate you are awsome in teaching VB.net could you please create some tutorials related to any great projects if you can. That will help us to have experience with a project cyle in VB.net includng report geneation database connectivity etc etc

  • label1.text = (textbox.text)

    like textbox.text = hello world then label.text = hello world

    

  • Thanks / Dzoks1 HF

  • This was a great tutorial. Subscribed, keep it up, and I'll be private messaging you some requests.

  • i think youre making the best tuorials ever mad 5/5 adn you got 35 of them!!!!

    i realy need to know cose and stuff like that and you helped me much already of 2 vids!!!!

  • Button1:

    If Textbox1.text = "Fuck" Then

    Label1.text = " Off"

  • I've Subscribed. Great Tuts.

  • Hi,

    Can i have 2 words in the text box which would bring up the label for example

    if "hello" or "hi"

    are used then goodbye comes up as a lable

  • Watch my tutorial on Operators, it's like #27 and #28

  • if textbox1.text = "hello" or textbox1.text = "hi" then

    label1.text = "goodbye

    end if

  • @urtoast6 You can by writing:

    if textbox1.text = "hello" or textbox1.text = "hi" then

    (do something)

    end if

  • @urtoast6 Yeah, you're going to want to see "operators" inTeachMeComputer's tutorial set or in a manual. In C++, the operator is ||. In VB/VB.net, the operator you are looking for is "or". The code would look like this:

    If Text.Textbox1 = "hello" or "hi" then Label1.Text = "goodbye"

    End If

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more