How to Create a Standard Calculator in Visual Basic.Net

  Рет қаралды 46,309

DJ Oamen

DJ Oamen

Күн бұрын

Пікірлер: 44
@rizkypramana6003
@rizkypramana6003 2 жыл бұрын
No annoying loud backsound and straight steps with each explanation. Definitely helpful, thanks a lot
@DJOamen
@DJOamen 2 жыл бұрын
Nice one man, you're welcome 😊
@microdavid7098
@microdavid7098 2 жыл бұрын
very good tutorial. It honestly taught me a lot about visual basic more than I ever thought
@DJOamen
@DJOamen 2 жыл бұрын
Thank you! Cheers!
@cemerensenturk
@cemerensenturk Жыл бұрын
Thank you for the tutorial 👊
@DJOamen
@DJOamen Жыл бұрын
No problem 👍
@adeeghayemarket
@adeeghayemarket 4 жыл бұрын
Thank you very much dear tutor
@DJOamen
@DJOamen 4 жыл бұрын
Thank you Mohamud
@elwelyelkhalif7335
@elwelyelkhalif7335 4 жыл бұрын
thank's bro that was very helpful
@DJOamen
@DJOamen 4 жыл бұрын
👍
@rtts14
@rtts14 2 жыл бұрын
Thank you very much!!! Good luck in life
@DJOamen
@DJOamen 2 жыл бұрын
Thank you! You too!
@harstlogics
@harstlogics 4 жыл бұрын
Oamen you're the best. Can you develop a quiz app designed to include even diagrams, questions and answer choices using PHP or any other web programming language?
@DJOamen
@DJOamen 4 жыл бұрын
See who want's to be a Million on my channel, using visual basic, C#, Java Netbean, Excel, PowerPoint and even developed in Python. Check them out. Thanks
@thatoneguy5715
@thatoneguy5715 2 жыл бұрын
You are so pro!
@DJOamen
@DJOamen 2 жыл бұрын
Thks
@isaacoseiagyemang7824
@isaacoseiagyemang7824 Жыл бұрын
Nice tutorial
@DJOamen
@DJOamen Жыл бұрын
Thank you! Cheers!
@sakshamgoyal8713
@sakshamgoyal8713 3 жыл бұрын
Thanks Bro It helped me a lot
@DJOamen
@DJOamen 3 жыл бұрын
Glad it helped
@VlogWithShan1
@VlogWithShan1 Жыл бұрын
Thank you 💕
@DJOamen
@DJOamen Жыл бұрын
You’re welcome 😊
@kabindrakoirala405
@kabindrakoirala405 4 жыл бұрын
Thank You tutor. ❤️
@DJOamen
@DJOamen 4 жыл бұрын
You're welcome 😊
@nicador100
@nicador100 3 жыл бұрын
Thanks very much !!!!
@DJOamen
@DJOamen 3 жыл бұрын
You're welcome!
@vincentiuselbert3903
@vincentiuselbert3903 7 ай бұрын
The Windows App from in my vscode 2022 is not showing up, when i already install the new update too its still nothing happen, any solution ?
@DJOamen
@DJOamen 7 ай бұрын
Watch this: kzbin.info/www/bejne/f6fZqJtjbK1lm80&pp=ygUaaG93IHRvIGluc3RhbGwgdnNjb2RlIDIwMjI%3D kzbin.info/www/bejne/naeuon18ZdWJg6M&pp=ygUaaG93IHRvIGluc3RhbGwgdnNjb2RlIDIwMjI%3D
@chinthanayasindu5229
@chinthanayasindu5229 4 жыл бұрын
thank you
@DJOamen
@DJOamen 4 жыл бұрын
You're welcome.Thanks and have a nice day👍
@hidekun_channel369
@hidekun_channel369 2 жыл бұрын
amazing code ❗❗❗
@DJOamen
@DJOamen 2 жыл бұрын
Thanks
@ashelydoesart
@ashelydoesart 2 жыл бұрын
Hi sir, I was wondering if you know how to code the ms, mr, mc part of the calculator. I have the 2019 version and my computer book for school is too outdated to use for code. Thank you very much for your tutorial, the calculator is working alright as of right now, I just need to know if there is a more updated code of the memory tasks of the calcu
@DJOamen
@DJOamen 2 жыл бұрын
Check out the links below, you might get something you are interested in add to your project. How to Create Scientific Calculator in Visual Basic.Net kzbin.info/www/bejne/Y3LYdaRpa7emrck How to Create Advance Scientific Calculator in Visual Basic.Net kzbin.info/www/bejne/g4i7nGeNj917fpI
@ashelydoesart
@ashelydoesart 2 жыл бұрын
@@DJOamen ok sir, thank you very much
@pokeboy6263
@pokeboy6263 Жыл бұрын
when you press 4.5 for exemple and press + and 5 then the answer is 50 how can this be fixed?
@DJOamen
@DJOamen Жыл бұрын
Carefully check your codes
@abdiwahidahmed6826
@abdiwahidahmed6826 4 жыл бұрын
in the beginning of the code you use b.text it has show me an error Is b.text(is it a button) you use it in design part
@DJOamen
@DJOamen 4 жыл бұрын
At 6:38 minutes, you will noticed that all the buttons were group together as one component At 8:35 minutes, see codes below Private Sub Number_Click(sender As Object....)Handle btnDot.Click, btn8.Click,btn7.Click,btn6.Click,btn5.Click.... Dim b As Button = sender If (txtDisplay.Text = "0") Then txtDisplay.Text = "0" txtDisplay.Text = "" txtDisplay.Text = b.Text Watch the tutorial carefully and follow along
@abdiwahidahmed6826
@abdiwahidahmed6826 4 жыл бұрын
@@DJOamen I watched until end and developed it but only one number is working it does not add another number
@abdiwahidahmed6826
@abdiwahidahmed6826 4 жыл бұрын
Boss anything you can do for me
@gvn1111
@gvn1111 4 жыл бұрын
I wrote this code in Visual Studio 2017,but very big part is error. Here is 27+ errors. How can I solve this problem?
@DJOamen
@DJOamen 4 жыл бұрын
Bro, you need to check your code, visual basic is easy
@gvn1111
@gvn1111 4 жыл бұрын
@@DJOamen thank you for tip.🙂 Is any alternative to Dim code?
How to Create Windows 10 Style Calculator in Visual Basic.Net
56:34
小丑在游泳池做什么#short #angel #clown
00:13
Super Beauty team
Рет қаралды 42 МЛН
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,4 МЛН
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 16 МЛН
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 555 М.
VB.Net Point Of Sale System | VB.Net Tagalog Tutorial
24:28
Ka-Dev Tips
Рет қаралды 414
How To Make A Calculator In Visual Basic | Tech Amr
9:53
Tech Amr
Рет қаралды 25 М.
Visual Basic introduction - Creating a Calculator
17:51
Leon Marsden
Рет қаралды 29 М.