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!!
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🥳🥳🥳🥳
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
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.
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
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.
@@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??
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...
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
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
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" :)
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
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.
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
@@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
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.
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 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.
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...
@@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
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.
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!!
you are a amazing teacher and a programmer wow just loved it
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.'
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🥳🥳🥳🥳
Hope you get good grades!
thank you. Your video really help me learn :)
love u dude
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
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.
Idolo🔥, salamat da information
Can you add payment method like (Changed, Money Cash) thankyou:)
Can we use this as an app? An app that we can also use on mobile??
stucck on burger minus it says -= cannot be applied to operates of "string or int"
it says that Visual Studio Code cannot start debugging because the debug target is missing.
I'm dumb, using .cs all the time not .vb, what should I do? hours of work gone.
Hi what if i click the print receipt first before place order the app is error
Hello there, in my program it shows an error in my work, “txtTotal is not declared”, is there any way to solve this ?
Look for all instances of txtTotal in your code and ensure they are all spelt exactly the same way.
@@GeekTutorials1 Thank you.
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
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.
@@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??
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...
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
so helpful thank you so much!
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
The same thing happened with me help us please...
@@alisardwe9786 update ur drivers and visual basic
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" :)
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!
tbate54 I'm new too 😂 Thanks anyway, this is a cool video 👍
Please do a video how to connect with datebase fast food restaurant
Sir when i run the form I can't get 0 in textbox
Thanks dude
Thank you very much!
THANKSS BUDDY 👌 ❤️
Thank you so much 🇵🇭🔥
i have a question whats proble in my dim decimal System.InvalidCastException: 'Conversion from string "$14.85" to type 'Decimal' is not valid.'
if i click print receipt it exception unhandled whast the error
@@rosemarienellateoxon4706 Change the Dim Total as Decimal to Dim Total as String
Thank u very much!! 💖
Is there a way to remove food we didn't order from the reciept
Yep - more coding though.
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
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.
It is showing "Conversion from string "$180" to type 'Decimal' is not valid
Remove the dollar sign maybe?
what kind of visual studio do u use?
Just the free community version. 2018 was when I downloaded it.
Hey man, i copied the code but whenever i press "Place Order" it only shows a "0"
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
@@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
That is cool put what the user want to change price? That is mean he will back to the code
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.
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.
Aiza Joy Pelin Sorry mate, I'm not that smart. I wish I could help you.
tbate54
It's okay!
Thanks a lot Sir
GOD BLESS you! 😇
I have a problems in receipt i think maybe in txttotal.text i dont know how to solve
Nor do I, unless I see the code. What issue are you having with th receipt exactly?
Pls can I get the souce code
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.
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?
@@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.
Hey there, how would I add taxes ?
Just multiply the total by your tax rate. e.g. total * 0.1
Then add it to the total.
no receipt printing. its just show the message box. i hope there is a part 3 for receipt printing
What do you mean printing? As in a physical copy? This is a digital app only. No part 3, sorry.
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...
Does it's needed an database or not?
No database needed for this one
@@GeekTutorials1 Thanks bro ❤ you save my final project 😊btw do you have an facebook page or groups like messenger or line?
@@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
@@GeekTutorials1 Okay sir 😊 more power!
Why we don't need data base?
Can I have part 1
It's on my channel somewhere. Look for the VB playlist.
Sir my add button doesn't work
It's show error
total not declared
TxtTotal what not declare sir
Maybe you missed it earlier in your code?
how do you do this in c#
Not real sure - I don't write in C# unfortunately. It would have a similar structure though.
i put Dim total = txtTotal.Text then its run haixt
Thank you very much❤
Can you provide the link of coding please it's urgent ...I have to submit my project... please
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.
Okay sir... thanks for your videos...
Bro it did not work i followed all the steps and did not work bro wast of my time
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.
maaaaany thanks to you mr, you saved me ❤🩹❤🩹
Happy to help