Visual Basic Tutorial - Guess the Number Game

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024

Комментарии • 15

  • @sub2lucash
    @sub2lucash 3 года назад

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

  • @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?

  • @doctormubeen4575
    @doctormubeen4575 2 года назад

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

  • @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?

  • @Daniel-kp3jj
    @Daniel-kp3jj 5 лет назад

    nice thx

  • @jamespangilinan3390
    @jamespangilinan3390 2 года назад

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

    • @GeekTutorials1
      @GeekTutorials1  2 года назад

      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 3 года назад

      @@stevendunn5597 what's the error?

    • @jhx2321
      @jhx2321 3 года назад

      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

  • @TheLastVicar
    @TheLastVicar 2 года назад

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