Visual Basic Tutorial - Fast Food App (Part 2/2)

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

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

  • @RyuKyu316
    @RyuKyu316 5 лет назад +3

    Thanks man, you've helped me learn a lot about the coding of visual basic in just half and hour and helped improved my visual basic project for my foundation. Keep up the good work!!

  • @sitholeanthonyn
    @sitholeanthonyn Год назад

    Thank you so much,you help me with my school assignment .i been struggle for some days until i found your video..Thank you so much Geek Tutorial..gonna surprise them in class🥳🥳🥳🥳

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

    you are a amazing teacher and a programmer wow just loved it

  • @NamTran-bq3tc
    @NamTran-bq3tc 5 лет назад +1

    thank you. Your video really help me learn :)

  • @AsianDrip
    @AsianDrip 2 года назад +1

    love u dude

  • @johncarloragas9071
    @johncarloragas9071 Год назад

    Idolo🔥, salamat da information

  • @marquis549
    @marquis549 7 месяцев назад

    stucck on burger minus it says -= cannot be applied to operates of "string or int"

  • @alberto-sama2022
    @alberto-sama2022 6 месяцев назад

    Can we use this as an app? An app that we can also use on mobile??

  • @jkudo5769
    @jkudo5769 4 года назад +1

    Can you add payment method like (Changed, Money Cash) thankyou:)

  • @raveninocencio7119
    @raveninocencio7119 Год назад

    Sir I'm stuck at 1:55 in the first add button. It says System.InvalidCastException: 'Conversion from string "" to type 'Double' is not valid.'

  • @patiencemidzi7223
    @patiencemidzi7223 4 года назад

    so helpful thank you so much!

  • @rishabpg977
    @rishabpg977 Год назад

    it says that Visual Studio Code cannot start debugging because the debug target is missing.

  • @Rayan-hz9xo
    @Rayan-hz9xo 3 года назад

    Thank you very much!

  • @MrCLARKj
    @MrCLARKj 3 года назад +1

    THANKSS BUDDY 👌 ❤️

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

    Thank u very much!! 💖

  • @johncarloragas9071
    @johncarloragas9071 Год назад

    Thank you so much 🇵🇭🔥

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

    Thanks dude

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

    I'm dumb, using .cs all the time not .vb, what should I do? hours of work gone.

  • @BeaztShortz
    @BeaztShortz Год назад

    It is showing "Conversion from string "$180" to type 'Decimal' is not valid

  • @jackryanantonio3216
    @jackryanantonio3216 4 года назад

    Please do a video how to connect with datebase fast food restaurant

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

    Hi what if i click the print receipt first before place order the app is error

  • @dzenanapedljic547
    @dzenanapedljic547 6 лет назад +1

    Hello. Can you please tell me if there's any solution for plus and minus buttons for a fast food menu which has more choices? My teacher said I can't have more than 200 lines of code, but if I write code on this way it will be too much. I hope you'll read this com. and help me. Thank you" :)

    • @GeekTutorials1
      @GeekTutorials1  6 лет назад +2

      Hey mate, I'm sure there is a quicker way to do it, but I'm only new to coding, so I couldn't tell you the answer. I hope you're able to work it out!

    • @dzenanapedljic547
      @dzenanapedljic547 6 лет назад

      tbate54 I'm new too 😂 Thanks anyway, this is a cool video 👍

  • @lavaniyamuralletharan4077
    @lavaniyamuralletharan4077 4 года назад +1

    Hello there, in my program it shows an error in my work, “txtTotal is not declared”, is there any way to solve this ?

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

      Look for all instances of txtTotal in your code and ensure they are all spelt exactly the same way.

    • @lavaniyamuralletharan4077
      @lavaniyamuralletharan4077 4 года назад

      @@GeekTutorials1 Thank you.

  • @katrathai_pagirvom
    @katrathai_pagirvom 3 года назад +1

    Hey i am getting problem with total while declaring it.. it says txtTotal has not declared...?? Wat to do plzz help.. where should I declare it ?... plzz tell

    • @GeekTutorials1
      @GeekTutorials1  3 года назад +1

      Check your spelling of txtTotal all throughout the program. It's probably just a spelling mistake. It has to be spelt exactly the same throughout - case sensitive too.

    • @katrathai_pagirvom
      @katrathai_pagirvom 3 года назад +1

      @@GeekTutorials1 sir its no like tat... My problem is I didn't mention txtTotal in any of the place sir... I watched fully your video...In that too txtTotal declaration i can't find sir where and when you have mentioned it??

    • @katrathai_pagirvom
      @katrathai_pagirvom 3 года назад +1

      While declaring other name its shows when I type the first name of it sir... But when it comes to txtTotal alone problem occurs sir.. tat i didn't mentioned anywhere...

    • @katrathai_pagirvom
      @katrathai_pagirvom 3 года назад +1

      Plzz kindly do a favour for me sir...Plzz just type how to declare textTotal sir.. and kindly plzz tell where should I included this sir... Plzz its my very kind and humble request sir.. plzzz

  • @2-dsenpai164
    @2-dsenpai164 5 лет назад

    hey i'm getting an error with the minus part its saying operator ' - ' cannot be applied to operator of type string and int
    i would really appreciate the help

    • @GeekTutorials1
      @GeekTutorials1  5 лет назад

      I'm thinking that you cannot minus a 'string' character (e.g. a letter of the alphabet), so make sure the character you are working with is an 'int' (integer) only.

  • @friam5142
    @friam5142 4 года назад

    Need help im stuck at 8:08 when i type burger it always says unused local variable..It runs but when i code the the PLACE ORDER it errors and said Burger is not declared

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

      I think it will have something to do with the name of your variable "burger" - check the spelling and make sure it's the same throughout your code. Also, ensure it's all lowercase letters - it's case-sensitive.

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

    Sir when i run the form I can't get 0 in textbox

  • @مزاجي-ل1ي
    @مزاجي-ل1ي 4 года назад

    That is cool put what the user want to change price? That is mean he will back to the code

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

      Yes, you would have to change/update the products cost in the code if you at some point want to charge more (or less) for any particular product.

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

    Hi Geek Tutorials! Thank you so much for this video! It helped me a lot. But, I have a problem. I am using Visual Basic 2010 Express. In the part: 23:11, when you explained about the receipt, I did everything and the bill is correct for all the items except Total. I do not know what is the problem. Please help me to do this because I must finish it in 2 days. It is displayed like this: Total: $0

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

      The same thing happened with me help us please...

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

      @@alisardwe9786 update ur drivers and visual basic

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

    i have a question whats proble in my dim decimal System.InvalidCastException: 'Conversion from string "$14.85" to type 'Decimal' is not valid.'

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

      if i click print receipt it exception unhandled whast the error

    • @khentvillasante4978
      @khentvillasante4978 2 года назад +1

      @@rosemarienellateoxon4706 Change the Dim Total as Decimal to Dim Total as String

  • @aizzing9032
    @aizzing9032 6 лет назад

    Hello. Do you know how to transmit data between android application to visual basic? I've been making a Touch-Based Ordering System but find it difficult in transmitting data between the two different programming languages. It would really mean a lot if you could help me out. Thanks.

    • @GeekTutorials1
      @GeekTutorials1  6 лет назад +1

      Aiza Joy Pelin Sorry mate, I'm not that smart. I wish I could help you.

    • @aizzing9032
      @aizzing9032 6 лет назад +1

      tbate54
      It's okay!
      Thanks a lot Sir
      GOD BLESS you! 😇

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

    Is there a way to remove food we didn't order from the reciept

  • @teete64
    @teete64 4 года назад

    I have a problems in receipt i think maybe in txttotal.text i dont know how to solve

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

      Nor do I, unless I see the code. What issue are you having with th receipt exactly?

  • @aynaban
    @aynaban 4 года назад

    Hi mate im new in this coding so i followed all of the steps and end up having an error Total = txtTotal.Text and it says "the "$39" is not Decimal. im using 2008 Visual Basic by the way.

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

      Mmmm, I'm not quite sure without seeing your app. Have you used the 'Format' feature to ensure you can get the 2 decimal places working at the end?

    • @aynaban
      @aynaban 4 года назад

      @@GeekTutorials1 Yes i did, but after finishing coding the receipt button and start debugging it after clicking the receipt button it stops running and shows the error that says "the "$39" is not Decimal. im using 2008 Visual Basic by the way. Thank you in advance for your help.

  • @youtheducation121
    @youtheducation121 4 года назад

    Hey man, i copied the code but whenever i press "Place Order" it only shows a "0"

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

      Something doesn't sound right. I'm not sure why it's only showing a 0 though. If there's no errors appearing, you must be very close to having the correct code

    • @youtheducation121
      @youtheducation121 4 года назад +1

      @@GeekTutorials1 i found out the problem, turns out i used equal signes instead of asterisks, thanks for the video, it really helped a lot for my project

  • @chaileiversonyanza9381
    @chaileiversonyanza9381 4 года назад

    what kind of visual studio do u use?

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

      Just the free community version. 2018 was when I downloaded it.

  • @juanelviajero7719
    @juanelviajero7719 4 года назад +1

    no receipt printing. its just show the message box. i hope there is a part 3 for receipt printing

    • @GeekTutorials1
      @GeekTutorials1  4 года назад +1

      What do you mean printing? As in a physical copy? This is a digital app only. No part 3, sorry.

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

      It can be done. Excel has a printing vba module where you can print the same "receipt" into actual paper, but you have to configure paper size/text size/printer to communicate with, etc...

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

    i put Dim total = txtTotal.Text then its run haixt

  • @OlwethuShabalala-l9h
    @OlwethuShabalala-l9h Год назад

    Can I have part 1

    • @GeekTutorials1
      @GeekTutorials1  Год назад

      It's on my channel somewhere. Look for the VB playlist.

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

    Hey there, how would I add taxes ?

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

      Just multiply the total by your tax rate. e.g. total * 0.1
      Then add it to the total.

  • @muhdhafizc5443
    @muhdhafizc5443 Год назад

    TxtTotal what not declare sir

  • @torrentirajanismaelo.4378
    @torrentirajanismaelo.4378 2 года назад

    total not declared

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

    Pls can I get the souce code

  • @cjvlogs8407
    @cjvlogs8407 4 года назад

    Does it's needed an database or not?

    • @GeekTutorials1
      @GeekTutorials1  4 года назад +3

      No database needed for this one

    • @cjvlogs8407
      @cjvlogs8407 4 года назад +1

      @@GeekTutorials1 Thanks bro ❤ you save my final project 😊btw do you have an facebook page or groups like messenger or line?

    • @GeekTutorials1
      @GeekTutorials1  4 года назад +1

      @@cjvlogs8407 I do have my personal Facebook, but don't give it out on here. My email can be found on my main RUclips page - if you wanna get in touch, just send me a message here or there? Thanks mate! Glad the video helped you a bit

    • @cjvlogs8407
      @cjvlogs8407 4 года назад

      @@GeekTutorials1 Okay sir 😊 more power!

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

      Why we don't need data base?

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

    Sir my add button doesn't work

  • @adizZz..
    @adizZz.. 4 года назад

    Can you provide the link of coding please it's urgent ...I have to submit my project... please

    • @GeekTutorials1
      @GeekTutorials1  4 года назад +6

      Well, quick! Watch the video, do the code yourself and learn something. You can't just copy someone else's work without doing anything yourself.

    • @adizZz..
      @adizZz.. 4 года назад +1

      Okay sir... thanks for your videos...

  • @ravenann2526
    @ravenann2526 4 года назад

    how do you do this in c#

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

      Not real sure - I don't write in C# unfortunately. It would have a similar structure though.

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

    Bro it did not work i followed all the steps and did not work bro wast of my time

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

      Relax for a minute and don't be so rude. If you want my help, ask politely. When you just mouth off and don't tell me the problem, of course I can't help.
      And as you can see from the video, it does work. And has worked for many of my students.

  • @muonalbulushii
    @muonalbulushii Год назад

    maaaaany thanks to you mr, you saved me ❤‍🩹❤‍🩹