How to Create Calculator in Visual Basic.Net Full Tutorial
HTML-код
- Опубликовано: 10 дек 2024
- How to Create Calculator in Visual Basic.Net Full Tutorial
Buy me a coffee: www.paypal.me/...
Channel Members can Download the Simple Calculator in Visual Basic.Net source code and modify it for their own personal use. Plus one other source code per month. Total - 2 Source codes Per Month, only:
drive.google.c...
To Become a Channel member click on the Link below to JOIN:
/ @djoamen
To support more videos from DJ Oamen, visit POamen Paypal
www.paypal.me/...
How to create Stock Management Systems in Python - Full Tutorial
studio.youtube...
To Become a Channel member click on the link below to JOIN:
/ @djoamen
How to Create Advanced Tic Tac Toe Game in Python
www.youtube.co...
How to Create an Advanced Excel Data Entry Form With Search Function using Userform
www.youtube.co...
I'm a first-year IT student, and programming as a module has been tough, especially because I have no computing or programming background. Somewhere in the video, I was lost but now I'm found. I've to realize also that I have so much to know about the data types, operators, etc. Thank you so much sir for the video. Programming calculators was not part of my school work but I was just curious about how they are programmed.
Well done and good luck
I am currently learning visual basic in my high school and this video really helped me. I am still learning the language and made this project for fun as well, thank you so much.
Glad it was helpful!
Thank you very much!! People like you deserve an award for helping other people especially in technology and codes! THANK YOU!!!
Awesome! Thank you!
Great video! A suggestion: For each button's click event, just pass the button text value to a general function to enter it into the text box. This will prevent a lot of redundant code in each button's click event procedure.
Done on my other calculator video. Thanks
@@DJOamen Awesome. I guess I have to check out all your other content!
THANK YOU SO MUCHH I HOPE U HAVE A GREAT DAYY!!
No problem!!
Your tutorials make me feel great and am advancing my career
Well done and good luck in your career
I watch all your videos carefully. Thank you so much! Great Video.
Glad you like them!
My first ever culculator, thank you so much for the video
You're very welcome!
thanks it helped me in exams a lot
Glad it helped!
@@DJOamen yes sir it helped a lot
Thanks for posting, Still helping people in 2020
👍
Thanks
Thank you sir, this was very useful for my class ❤😊
Glad it was helpful!
yeah i have successfully completed calculator thank you sir
Thank you
Awesome it help me in my assignment 😉 love form Pakistan 🙂🇵🇰
Glad it was helpful!
Thank you for this video, actually, my lecture didn't explain more like this one or to practice much more on the calculator but you did it well. Thank you
Glad it helped!
Amazing Sir
Great ❤️❤️
Thanks a lot
Thank you very much❤❤❤
I highlyappreciated😁✌💜
Its very helpful
Thank you
Wow awesome👌👌👌
Many many thanks
Thankyou sir for easy and awesome instructions😊
Most welcome 😊
thanks for the vid i got an A+ on my assignment
Excellent!
Thank you for posting this sir! :)
+Micole Nieves Thank you Micole
God continue guiding u, u're one in a million great thanks to u sir
So nice of you
Thank you sir ! i think you are a code master. it is good for to learn programming. thank you so much !
So nice of you
Thank you sir you're a life saver better than my computer teacher but I won't tell him tha
😂Good, telling him that may get you in trouble
It's amazing
Learn alot
Thanks
This is insightful. Thank you sir
Glad it was helpful! But check out the latest below.
ruclips.net/video/m2XFobQvGX0/видео.html
thank you so much! great tutorial, i learned a lot
Thank you and have a nice one 👍
Thanks so much for this. Very understandable and great explanations.
You're very welcome!
this is avery simple tuttoial explined in a lucid way ...thanks
Nice one 👍
very helpful! i used it for my project, thank uuu
👍
Thank You Very Much, it's more much likely easy to understand, so big thanks! : D
You're welcome
thanks man very great ❤❤
You're welcome!
It really helps me with my project. Thank you (Arigato)
Well done
Well explained
👍
Thanks you are the best
You're welcome!
Thanks alot this helped me :)
👍👍
thanks sir like your accent and also very help me this explanation
You are most welcome, like your accent and your name too
I made it on my operating system, thanks :D
Nice work!
great video!! but question, I can't do operations on decimals like 3.3 + 2.2 is 55 how do I fix this?
Not possible
Check your code or use this
Dim firstNum, secNum As Double
I like this video 🙂🙂
Thank you
Excellent
Thank you! Cheers!
Thanks sir, it helps me 👍
Glad to hear that
Sir what app did you use?
Visual Basic.Net
Hi, that was a great video you made and help me lots.
thank you
+Clive Young Thanks Clive
Thank you very much Sir !
So nice of you
The day I will be like you, I will eat a lot of money 😂
Nice one, and good luck👍
A life saver!
👍
good stuff. helped me out.
Glad to hear it!
Thanks mate, that was useful
Thanks
Hi, will this work on VSB Basic 2010?
Yes
@@DJOamen I've already made it, thanks! It's working perfectly 👌
Well done
Sir, after writing the code and I go to click the keys just like you did, they weren't displaying the numbers. What could be the reason?
Deborah, carefully check your code
THANK YOU SO MUCH!!!
You're welcome!
Thank you so much!! ❤😇
You are so welcome
😍
THANK YOU😭
THANK YOU
Yeah it works!!!👍
Well done. 👍
Very good Video i am can't not the Textbox.Text.Contain Function. More More Videos
Thanks man
Is the code same with apps in visual studio 2022?
Yes
Or you can also watch this, I created it using 2022. See the link below:
ruclips.net/video/m2XFobQvGX0/видео.html
What a nice creation thanks for the video
Thank you very much 👍👍
Thank you sir!❤️
Most welcome!
I'm getting values only in integer type.. I want should I do to get values in float type?
Declare the variable as Double, see the example below.
Dim firstnum as Double
Dim secondnum as Double
@@DJOamen yeah it works!!! You helped a lot in my collage project.. I'm really thankful to you
You started the video with Form1 already existed. please tell how can we create this form? I am not able to start.
That video tutorial is old. To start with, try install Visual Studio 2019, and then watch this video, see link below.
How to Create a Standard Calculator in Visual Basic.Net
ruclips.net/video/sFWIiqL9k0Y/видео.html
Thank you!
👍
thanks sir !
Most welcome
good video thanks you so much
Glad you liked it!
Hello, I do everything alright, and there is no errors or warning but only + work anything else like -, * or / doesn't work.
Pls help.
Check your code
thank you sir godbless you
God bless You. Thanks
Thanks! ☻
Welcome!
Thanks sir
All the best
Thank you
You're welcome
Wow.. Visual basic calculator very simple and easy to use... 19/EG/PE/1209
Glad you like it!
Sir, can you help me? The multiplication button is working as summation. Tnx a lot!
Check your codes and try again using (*)
@@DJOamen Thank you!!
¡muchas gracias!
De nada. Y suscríbete al canal.
My 0 doesn't disapear when i press a number on the Calculator? If i write 120 it says 0120
Check your codes
@@DJOamen Thanks found the problem! :)
TY so much
You are welcome!
This vid helped me a lot. Thank you so much :)
+Arbe Jaren Arnaiz You're welcome
Thanks amigo👏
👍 Thank you amigo
@@DJOamen can you tell me your WhatsApp phone number to ask you some about html👏❤
Thankyou😘
You're welcome 😊
I did it! I had to debug it a few times.
Mistakes I made:
1. Instead of going back and forth each time to double click the buttons, I just copy pasted the lines of code for button1. I didn't realize that button1-button3 were symbols 1-3 but button4 was the + symbol. I thought button4 would be the 4 symbol.
2. I put =+ instead of += in the code lines for the number buttons
Well done
Thank you so much!!!
Thank you
Sir which Language is used in it??
Visual Basic.Net
it's a great video but you can't enter negative numbers check it
This video tutorial is very old. Check out the latest tutorial below. Thanks
ruclips.net/video/sFWIiqL9k0Y/видео.html
ruclips.net/video/I5BPFluqKWw/видео.html
Severity Code Description Project File Line Suppression State
Error BC30451 secondum' is not declared. It may be inaccessible due to its protection level. WindowsApp1 How can I resolve this?
Not secondum, but secondNum
sir can you help me ...how can i compute or add up 3 sets of time in vb.net? please reply ...thank you in advance sir
Check this out
ruclips.net/video/kmC6_waG99w/видео.html
Thank you so much
Thank you
Seeing in 2021
👍
Excuse me sir, I have a problem with the addition button. Instead of adding the numbers, it combines them together.
Ex. 1+3 = 13
How can I fix this sir?
Convert it to Integer or you can use as shown below,
Firstnum = val(txtDisplay.Text)
Secondnum = val(txtDisplay.Text)
Answer = Firstnum + Secondnum
@@DJOamen Thank you so much sir for your neverending support and dedication to us all. Thank you so much for helping us. Please continue to guide and support us. God bless 🙏
What specific app to be use po...New student here 😊
Start with Visual Basic, C# , and Python. Good luck
Thnaks
Thank you
you sound so cool
+the gaming nutt Thanks
Thank you but how to import a negative number ?
See link to the solution below:
ruclips.net/video/MWXk4WZxHH0/видео.html
tq so much
Welcome 😊
When I do the operation zero(0)is not going
Subscribe to the channel, for support
I've got a problem, that the multiplication is working as a summation
Can you help me with that ?! :)
thumbs up and subscribe, if you want the code
Done :)
Forward your email
Can i copy your codes? Pls 🥺 for our project badly needed
Yes you can.
@@DJOamen will this work on VSB 2010 Express?
Why when u writing 1 it on the right side and at mine it on left side?
And why when u start debugging u have 0 and when u writing it disappeared?
נתן ברכמן Answer to question 1) Set your Textbox or label property TextAlign = MiddleRightAnswer to question 2 ) Because, if label = 0 and you click on button 1. The value in label will change to 1. See sample below. If Label1.Text = "0" Then Label1.Text = "1" Else Label1.Text = Label1.Text + "1" End If
What label?
נתן ברכמן Are you using Label as your output device or TextBox ?
Textbox
I did everything like u
thankyou so much!
Thks
thanks
Thank you
nice video
Thanks
I like the video
👍
Bless you
Amen and God Bless You
can you sent a link for download vs
Yes, for channel members