Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (97)

Sign In or Sign Up now to post a comment!
  • So far this is very easy to learn. You know what your doing, you really explain everything well. Thanks for everything dude.

  • Free Download Software Hacker Email, Hack Facebook, Games PC, Application, Anti Virus, Tutorial Hacking Gmail, yahoo | Tech-Comps.in

  • how to make it check if a radiobutton1 and checkbox1 are both checked

  • can you answer these what is the differ of End if and Else if

  • @mrichard5682 end if says that u are ending the if statement. else if is if you want to add another if statement.

    Like if is said : If the horse is green then say moo: and it returns false

    else if the horse is black then say unicorn

    end if. hope that helps

  • thnk u soo mch for sch a nice tutorials,,, its realy helping me , making me perfect in vb , :)

  • damn man i need help with calculator

  • Comment removed

  • Hi!naveen

  • oh my god, stop smacking your lips! I can't listen to this *smack smack smack*

  • what if you are 16?

  • @vioztraining then you would probably use the "over 16", because you are 16 and a number of days.

  • How can I make that If i have checked more then one check box, that my answer will appear in one msgbox or perhaps new form?

  • I spent 2 hours trying to remember how to create an If statement with a checkbox, you saved me from 2 more hours of head scratching, thank you!!!

  • How do i code something, where i want the program to run a certain code if the check box is clicked and a different peice of code when it is unclicked?

  • Im try to use a radiobutton to display a textfile in the program that i am creating any suggestions? pls help

  • the way you speak english it's annoying for me :)))) BUT you are the best on making vb tutorials from the entire world

  • Hey great videos man, i defiantly subscribed.

    My question is, you have the IFs working so one message box for each TRUE checkbox, could you give an example of how to do...

    for each true checkbox then messagebox you like these movies ...123, ect ...

    I hope i made sense.

    (thanks in advanced i know this video was posted nearly a year ago)

  • IM trying to make it so when i click the radiobutton it shows form 2 and( i have seen the linking forms video) it doesnt work. This is the code i have :

    Private Sub TabPage1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TabPage1.Click If RadioButton1.Checked = True Then Form2.Show()

    what am i doing wrong plz help

  • this is nc tut

  • On howtostartprogramming c o m at this tutorial it says : "What the hell, 2010 sucked" at code

  • thamks

  • How can you make it so, the button you clicked, can be sent to a email or something

  • thanks

  • you like harry potter nerd XD XD thats so funny XD B.T.W i like your tutorials ;)

  • Omg these tutorials are amazing, thank you so much.

  • How do I program a checkbox so that when it has been checked, it'll automatically check any number of checkboxes?

    I want something like a master checkbox, like a 'check all' for inboxes.

  • @SarcasmAndMe make another checkbox, double click it then add a if statement saying if checkbox4 is checked then checkbox1 is checked, checkbox2 is checked, checkbox3 is checked

  • I dont understand the why the True Then is needed. Can someone explain to me?

  • Comment removed

  • @Starcaller64

    they are separate, like a comma in a sentence. in your head think about it like this:

    True, Then

    so if "CheckBox1.Checked" is true, then it displays the message box

  • @neweltradom oh makes sence now, thx alot man

    

  • Hi all. I have checkbox column in database and how to make loop that find out which one are checked (unchecked)? thanks in advance.

  • thanks for the tutorials.. its vry understandable.. but i wud lyk to knw abt little more comlicated concepts.. and by the ur accent is good..

  • Hey guys does any1 know how i can create a button using another button. e.g. When button1 is pressed it makes button2? Please help me!

  • bad mic

  • what are u saying by 4:34 ? :D

  • How do I make the checkboxes work for a specific choices only so it continues to another form

  • Con que programa grabas?

  • ROFL....

    "You like Harry Potter, nerd!"

  • Why didnt u use elseif?

  • @igotsk1ll Only one condition will be executed per if statement. If he would have used elseif for all of the check boxes, only the first condition that is true would be executed, and it would skip out of the if statement. Using separate if statements allows him to have more than one message box appear.

  • i downloaded it but i cant find it anywhere??

  • @Lelouch1Suzaku Search Express, worked for me.

  • i discovered that you can do this, it's pretty much the same thing

    If RadioButton1.Checked = True Then MessageBox.Show("Gratz, over 16") ElseIf RadioButton1.Checked = False Then MessageBox.Show("Sorry, your not over 16") End If End Sub

  • You can also type:

    Msgbox("TYPE TEXT HERE")

    To open a Message Box!

  • 01011001 01101111 01110101 01110010 00100000 01110110 01101111 01101001 01100011 01100101 00100000 01010011 01010101 01000011 01001011 01010011 00100001 00100001 00100001

  • how do you make it show a picture instead of a message???

  • rock on 9 done

  • I want to make a button to disable a checkbox

  • This video is informative. can you use VB to build a programming language (interactive) tool. thanks.

  • could you also make C# tutorials?

  • I love 2012 :(

  • I would like to know how to make the messages to appear in the same message box for the three choices.

    Thanks.

    Candlumland

  • 2012 did suck...the preview was better than the movie, tsk tsk tsk

  • Thank you for making these great tutorials, but i have a question.

    I have a checkbox and 2 radio buttons on a group box, but, i want to know how to gray out the radio buttons if the checkbox is unchecked and vice-versa.

    What i mean about gray out is to make the checkbutton/radio button unchekable.

  • do u always type 17 instead of 16 ? :D:D just kidding ur videos are the best !!!

    thank you .

  • Very Good Tuts im on 10 now i know most i just watch the tut agen if i feel i need ti watch again until its stuck in my mind

  • very nice tutorial loved it.

  • for some reason every time i try to add the next "if radiobutton2.checked = true then messagebox.show (:you are over 16")

    This error comes up " statement is not valid in namespace" i checked over and everything is right. i dont get why it is giving me this error

  • Thank you.

  • Stop Chewing gum whiles you do these man its soo anoyying but great videos though

  • just winging it right now but, is it possible to have it when you open the program to NOT have one of the radio boxes already selected? like I'll hit the button without one selected and it will say "please select one first" or something like that

  • @xXxDANMANxXx yes

  • In a weird way, i could anticipate what you were going to write.. And i have never programmed before in my life ^_^

  • Do you know to to do a short cut key comand? example Ctrl+C

  • Comment removed

  • thanks

  • hey man can you make a shutdown manager in vb video tutorial??

  • i dont know how to do the thing with boolean to save it

    i have 2 radiobuttons: if radiobutton1 is checked then there have to come a form (it called Uitleg (i'm dutch)) when my webbrowser starts

    so i got this:

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim frm As New Uitleg If RadioButton1.Checked = True Then frm.Show() ElseIf RadioButton2.Checked = True Then End If

    it doesnt save

  • @elweerwolf007 If you want to save a value, watch my video on application settings

  • @elweerwolf007 pel de pinda is oke

  • omg so stupid i was

    it was a error or something and i choose always when error start last thing i was made that work!!!and i was press make new project so i could not see what error and i was noob that didnt remember...

  • I swear then is past time expression and than is a word used in situations, so shouldn't it be; if RatioButton1.Checked = True Than?

  • Thanks for the video it's awsome

    I have a question ??

    How to make only one box to be checked , not all of them

    thanks

  • why didnt you use elseif for checkboxes? will it cause errors?

  • Hey im new to all of this but how would i have

    checkbox1.checked display message A

    Checkbox2.checked display message B

    But both of them checked display message C

  • i started with radio buttons :)

  • you voice will be better if you stop chewing gums while recording :))

  • @MrNiminicotin I don't hear him chewing gum - clean your ears out :)

  • Ah finally cancel that....after a good 6 + hours of searching i finally found a post with a simple 3 lines of code that worked for me...

  • can anyone please help me... i am trying to make a radio button in my app that works on a web page radio button e.g. i check the radio button on my app then it checks the radio button i want in webbrowser1... i have been searching for hours and hours and hours with no success... i do know i need the name of the radio button and the value of it which i have both just can't figure out how to do this... i found stuff on how to do it in vb6 and earlier but it don't work in 2008 : (

  • The Simpsons movie is a conspiracy :L

    Dude this is hilarious and calling them a nerd for liking Harry Potter :') quality bro haha that is one thing you could do to make all of your video's better is include humor like on this one coz I know you can do it dude (Y)

    Thanks alot!

  • Awesome video bro.

    I am trying to make a simple power supply calculator for a mobile device, do you have any ideas on how to get it together?

  • Hey man, just wanted to say awesome job on the videos! I'm watching all of them and you explain everything real well. I even knew how to do the lesson before you even showed us with the If statements part ;D

  • Do you know how to make checkbox1.checked stay checked next time I run the app??

    I've tried the My.Settings.... but it doesn't work.

    Plz help me!

    Great tut! Eazy and understandeble!! 5/5

  • You could use a boolean and on form load you could say if boolean = true then checkbox1.checked = true

  • dim fileaccess as new IO.Streamreader("C:\FileLocati­on\File.txt")

    checked = fileaccess.readline()

    fileaccess.close()

    if checked = true then

    checkbox1.checked = true

  • @tungruffel Change checked to true.

  • i'm trying to write a program using checkbox that connect to the database. What I'd learned is that I can't have multiple input to be save in a row. can you help since it looks like you know quite a bit about visual basic. I'm a beginner and trying to learn visual basic.

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