Visual Basic Tutorial - Guess the Number Game

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Learn how to make a little 'Guess the Number' game in Visual Basic. In this video, you will be introduced to the Do While loop.
    ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! www.kite.com/get-kite/?...

Komentáře • 15

  • @sub2lucash
    @sub2lucash Před 3 lety

    dude u got me a 100% on the guessing game project so u deserve a sub

  • @jacobtylerbasile
    @jacobtylerbasile Před 5 lety

    Would you have to declare all of the variables in general declarations if instead of a message box, a text box was used to input the guess?

  • @amarveer8703
    @amarveer8703 Před 4 lety +1

    ur the reason i didnt get dropped from software thnx

  • @Daniel-kp3jj
    @Daniel-kp3jj Před 5 lety

    nice thx

  • @debradixon5922
    @debradixon5922 Před 3 lety +1

    I am getting an error on msgbox statement on the & symbol. it says expression expected. please help

  • @doctormubeen4575
    @doctormubeen4575 Před 2 lety

    MashaaALLAH!!Aameen!!🤲🤲🤲🤲🤲🤲🤲🤲🤲

  • @maikylacuizon2022
    @maikylacuizon2022 Před rokem

    why it does not change the number after you guess it correctly?

  • @stevencvisuals
    @stevencvisuals Před 5 lety

    @Geek Tutorials I realised when i click cancel in the guessing box it produces an error

    • @stevendunn5597
      @stevendunn5597 Před 4 lety

      Yeah I got the same error. Is there a fix for this?

    • @jhx2321
      @jhx2321 Před 3 lety

      @@stevendunn5597 what's the error?

    • @jhx2321
      @jhx2321 Před 3 lety

      If the program stops with an error saying "" couldnt convert to "double,single,etc" you have to say
      If 'whatever = "" Then
      Messagebox.Show(" Invalid value")
      I believe that may fix it

  • @jamespangilinan3390
    @jamespangilinan3390 Před 2 lety

    what would i type if i want a specific number to be the answer?

    • @GeekTutorials1
      @GeekTutorials1  Před 2 lety

      You'll have to set the random variable to a specific number instead.

  • @TheLastVicar
    @TheLastVicar Před 2 lety

    I followed your guide but I am not getting the attempt box to show up when I press Start