Visual Basic Tutorial - Guess the Number Game

Поділитися
Вставка
  • Опубліковано 30 жов 2024

КОМЕНТАРІ • 15

  • @amarveer8703
    @amarveer8703 4 роки тому +1

    ur the reason i didnt get dropped from software thnx

  • @debradixon5922
    @debradixon5922 4 роки тому +1

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

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

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

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

    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?

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

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

  • @jamespangilinan3390
    @jamespangilinan3390 3 роки тому

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

    • @GeekTutorials1
      @GeekTutorials1  3 роки тому

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

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

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

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

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

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

      @@stevendunn5597 what's the error?

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

      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

  • @Daniel-kp3jj
    @Daniel-kp3jj 5 років тому

    nice thx

  • @TheLastVicar
    @TheLastVicar 3 роки тому

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