'Tis the best tutorial I found... after a long, long search on the net! Congratulations, bro, for sharing; helped a lot!
@madjayhawk7 жыл бұрын
I haven't finished it yet but will. It is working perfectly so far. Thank you for taking the time to produce this for us newbies. It really helps me to see how a practical problem is put together.
@ledizzy26342 жыл бұрын
Have you finished it now?
@李春鹏-g2l6 жыл бұрын
Very helpful to me. Thank you so much for making this video. Just one comment: If we press the equate button and want to continue to press an operator button. It will "performClick" the equate button again. So, I suppose to add one line at 18:16: if (labelCurrentOperator.Text != "") // The label shows something, which means the last action is not pressing the equate button. button15.performClick();
@csstudent355 Жыл бұрын
Your video helped me a lot about my homework. Thank you.
@aakashakku53 жыл бұрын
Thank you SIR. Hope I become good in programming.
@papiabiswas56334 жыл бұрын
Very effective video. It helped me a lot to finish my assignment. Thank you so much for the nice video.
@adrianv.16365 жыл бұрын
Great videos!! Thank you sir for your awesome explanation, I followed every step and I have my calculator working 100%! Thanks
@reinie62796 жыл бұрын
Nice tutorial, thank you. I converted this Form app into a WPF app (with XAMLcode) successfully (its slightly different). Next step is to implement the keypad using this app (works much faster).
@khingkhing70853 жыл бұрын
so did you do successfully implement it ?
@spitfire32804 жыл бұрын
Great tutorial! Very clear, logical and easy to follow.
@coderdhruv2 жыл бұрын
Go to #coderdhruv
@klaudiamueller56009 жыл бұрын
Well done, ProgrammingKnowledge. Well explained and this lesson is a very good basic to go forward in programming in C#
@thewatcher17768 жыл бұрын
Klaudia Mueller please learn the basics first (operarors, datatypes, variables definition, scopes, oop, design patterns) then you'll see the right way...
@rahadulhaq63874 жыл бұрын
Thank you so so very much That was really very easy to understand as a beginner❤❤
@myself87092 жыл бұрын
Thncs for this label statement it is really working..i was fixing it since yesterday
@Moffe1A48 жыл бұрын
Hey! Very good and helpful tutorial. I just want to add something i had a problem with. I always get this exception error when i try to use decimal numbers! "An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll" how i fixed this was very simple. Change the text "." that represent a comma in your design form to a ",". and make sure to change the "." in your comma handler to "," too i.e the if statement. Thanks again :)
@Arghandevol7 жыл бұрын
Mohammed Al-Jumaili I have same problem. That not solved my problem. Weird
@EmrikWan5 жыл бұрын
Thanks my dude, I was getting really confused for a second there.
@SPOG173 жыл бұрын
superb. it's really great and you teach easily
@helucz47727 жыл бұрын
Thanks So much for this 2 Awesome helpful videos it seriously helped me alot do my own calculator and from now ill use my own calc instead of the normal one! also my friends were surprised Thanks!
@sudheerb49197 жыл бұрын
very informative n useful for beginners thank you so much
@UsmanKhan-ny6bu2 жыл бұрын
very smooth knowledge but i want to ask one thing.. when we perform the operation the result value goes into the label box.. but when we do more calculations.. the label box just showing the first result and current operation.
@tanjibontu66564 жыл бұрын
Thank you so much. You really teach so well.
@elunatsciencetime10 жыл бұрын
it really helps me tnx bro
@kanchanamedapati64168 жыл бұрын
Thank you. These two video's were very helpful .
@ninamohamed4904 жыл бұрын
Hey I'm at 10:43 and I've followed every little detail and I checked twice still my label idk why is showing the word label 1 after I ran it and it shows nothing else and when I click + or any other Operation it doesn't work , plz help
@maedevaezi44285 жыл бұрын
Really helpful Clear and good
@salaryunis22544 жыл бұрын
Thank you for this useful project, very clear explanation Sir!
@tomknott23155 жыл бұрын
What a great tutorial...You are awesome...
@Ur_faVgirl742 Жыл бұрын
Is any one here 2023😮
@nmk852 Жыл бұрын
Me learning for exam lol😂
@driptin56478 ай бұрын
2024
@Nate-bl9hy8 жыл бұрын
Great job. Thank you very much for making these two videos
@anileybekele8 жыл бұрын
good job, appreciate it can do substring, to cancel each number
@hasanaslan26885 жыл бұрын
Thank you for your work. But there is a problem. You didn't add anything about multiple operations. For example; 12+12=24 but when we get this result, we can click at another number button to continue addition. But at this work, we can't get the exact numbers for the multi operation
@ravipala80872 жыл бұрын
Yes bro .same prblem
@GusioonYt9 ай бұрын
Thank you brother!
@RaiseOfMaster4 жыл бұрын
Hi, Thank you so much for this tutorial, But I have got a problem: when I do 1+5 then click equal (=) and then do any operation instead of doing the 6 with any other number it makes the 12. Please Help!
@MusicAfterDeath9 жыл бұрын
Thanks, easy to follow and works!
@ShivaniRajput-uz1eu3 жыл бұрын
thank you... it's really helpful
@joeymoreau84786 жыл бұрын
Bro you my new hero
@MarakamiSG8 жыл бұрын
Praise you for making this.
@mahamedaamiincllahiibrahim65706 жыл бұрын
techer you are best techer
@danield60864 жыл бұрын
Thanks bro.Good Job. Keep so on...
@juliusgloapelegrino854010 жыл бұрын
Thank you bro ! Help so much.
@rena18265 жыл бұрын
Great tutorial, helped me with some of my problems ! But when i click 3+3 = *display* 6 but when i click + again, it straight away adds the 6 which display 12 (*3 + 3 + 6*). It does not allow me to input a 2nd number .
@abdullahajeebi3 жыл бұрын
Same
@isak14963 жыл бұрын
@@abdullahajeebi same, u found a solution yet?
@lukechopper222 жыл бұрын
Try this solution, making sure to ignore the ‘InitializeComponent’ method as it is almost definitely going to be incompatible with the components on your calculator’s own GUI in addition to taking the time to rename the relevant methods - i.e., ‘button5_Click’, ‘button6_Click’, ‘button16_Click’, etc. - so that they match up with the corresponding names of the click event listeners that you have previously endowed your own button components with: pastebin.com/raw/1B9AFkkT
@ilikecod45842 жыл бұрын
i just added "resultValue = 0;" at the end of the code under "labelCurrentOperation.Text = "";" and it worked fine.
@kerel4417 Жыл бұрын
@@ilikecod4584 Dude you are ultra fucking legendary, you fixed it for me
@AnaAna-ju3lt8 жыл бұрын
Thank you for helping me do my homework :))
@FreddesGCH8 жыл бұрын
+Chichernea Anamaria I agree
@shanukapeiris76187 жыл бұрын
Good to learn. i enjoyed.Thank you
@RRV5358 жыл бұрын
A lot of codes! Thank you for this! Subscribed
@nordxdelis267210 жыл бұрын
thank yo uso much. i have completed the tutorial and it goes very fine.. its kind of nosebleeding hahaha
@siferuk10 жыл бұрын
Nice one but shouldn't you use decimal instead of double since double is not precise. For example try 0.09 * 100 then 0.09 * 99.999999
@RahulKumarRajendran9 жыл бұрын
Thank you so much........... very much informative and interesting.
@computerfreak6966 жыл бұрын
Great video! Thank you very much!
@lordev895610 жыл бұрын
thank you! u helped me so much!!!
@creatur4 жыл бұрын
What you are doing now... If active
@midhushan30066 жыл бұрын
nice video its very use fully thank you very much.
@lalitchavan69725 жыл бұрын
Great !!! Thanks 4 d tutorial !
@acershhap8 жыл бұрын
Dude thank you so much you are the best :)
@mma24575 жыл бұрын
very nice..please keep some explanation...
@m.s67794 жыл бұрын
thank you for this tutorial
@knalsgtes66846 жыл бұрын
Hi Sir, the problem is that after clicking the plus(+) operator and then click the equal(=) operator it doubles the value :(
@Tbm45452 жыл бұрын
Ya thats how the actual calculator works. Go and cehck
@Illum1ne7 жыл бұрын
dude you have a Notepad? i liked ur tutorial videos.
@ayexu69142 жыл бұрын
Very helpful thanks! :D
@johnyshow93497 жыл бұрын
Thank you very much !!1 this video is a realy good!
@almersaladv23283 жыл бұрын
Thanks man your smart
@dipsikharath87825 жыл бұрын
u r really superb!!!!
@preventsmanagement85399 жыл бұрын
hey...... super...... i like it... its realy working... thank you so much :)
@itk32593 жыл бұрын
Very helpful
@Dotto194 жыл бұрын
Thank you brother
@dcrdcrnkl17 жыл бұрын
Thanks so much it really helped me
@klsar19 жыл бұрын
this is incomplete. After you have pressed = to get the final number, you can still attach new figure to it by pressing any numerical button. Example - after you have done with 20 + 30 = 50, you can attach any number to the figure 50 to make it 504 or 50434 or any string that begins with 50. This is wrong.
@thewatcher17768 жыл бұрын
klsar1 yea. try to use another if statement and you're good. :D
@aeternae16466 жыл бұрын
what kind of if statement
@Actidle3 жыл бұрын
19:45 Bug 35 + 36 = 71
@nangialainoorzai34976 жыл бұрын
very thanks dear man Allah bless you
@osher39493 жыл бұрын
Hey i did everything like the video but its like not updating whenever im running the program? what can i do ?
@MuhammadHamza-vd2yz6 жыл бұрын
Very helpful thanks.
@AnimalForce779 жыл бұрын
thank you helped me so much cause I such a noob
@sJungbert9 жыл бұрын
great tutorial !
@patricksarrosa5 жыл бұрын
thank you sir!
@johnwayne31529 жыл бұрын
Sir can you make a Netbeans version of this? or do you have one?
@FernandoArceOfficial10 жыл бұрын
Thank you very much.
@levanimelikishvili59129 жыл бұрын
ty bro its rly works :)
@benhurex3210 жыл бұрын
hi sir can you give a tutorial on how to calculate loan with interest? :)
@harald9219 жыл бұрын
+Perfect .Copy Multiply with percentage. For example if you have a loan of 1000$ and there's an 10% interest. int loanAmount = 1000; float interestAmount = 0.10; // loanAmount = loanAmount + (loanAmount * interestAmount); // Simplified, but you get what I mean
@christiandanielmagallanes92878 жыл бұрын
+Harald Kanin Good answer. I would suggest to change loanAmount to a double variable to ease future decimals as result.
@narminsky6 жыл бұрын
thank you very very very much
@RickTurpinScuba8 жыл бұрын
Clear steps
@anilgolakiya6 жыл бұрын
sir can you tell me using key handling event for calculator. I know there are three type of key handling like key press, key down and key up . so how can i use in calculator.....
@mprof44787 жыл бұрын
wow thank you so much!
@mounikakavuri54925 жыл бұрын
sir please i want program clearly .u should do a gdd job
@shirinmz79095 жыл бұрын
خيلي خوب بود سپاس
@leonardjjf10 жыл бұрын
Good, thanks.
@kunal99991007 жыл бұрын
Thanks A Lot !!
@boleroquoi2954 Жыл бұрын
Good!!!
@adrianocelio59748 жыл бұрын
thank you!
@Santino33445 жыл бұрын
Good night and how do I go to store me every number stored on the label for example 2 + 2 + 2 +2 +4 + 5 just like windows does thanks in advance.
@ax-crazy6 жыл бұрын
Thanks
@nakaharaaki64864 жыл бұрын
When i tried to follow this tutorial then i found a little issue. When i created the bool then i could not use number-buttons cuz they were not working and nothing appeared in textbox. To mąkę it appear i had to add to instruction for number-buttons "if" phrase "isoperationperformed = true". Then i could not use numbers like 10 or something like that cuz only one number appeared like: when i wanted to write 12 then IT appeared like 1 and then changed on 2.
@bahy6610 жыл бұрын
please do this 0 - 6 - 5 or 0 * 5 * 3 it will be error how to treat.
@setonmautin76305 жыл бұрын
Please can you explain why my decimal is not responding to the oerator.. eg. 2.5 + or any other operator keep crashing,,i get a message with input string was not in a correct format
@carmeloparan51417 жыл бұрын
Thanks Bro. :) Very Helpful.
@Squidiyyy5 жыл бұрын
not sure why, but it will not let me use the code "button.text" just wont work no explanation, everything is exactly identical to his code. Anyone know?
@erdelysimon4 жыл бұрын
Because it's button.Text
@maryamafzal69485 жыл бұрын
sir my . and any operator are not working along with each other means if i like to add 3.3+2 then complier shows error before writing '2' or 2.3+ error 5.6* error 1.1- error ... so how to recover it?
@januar24384 жыл бұрын
Please help me. when I press a character other than + it always points to +. is there any solution?
@henrixsalenga71739 жыл бұрын
if you may consider this request can you make tutorial for change password with database
@Sofoklesmaniac8 жыл бұрын
Great job! But what's that background sound though? Sounds like a hair dryer lol.
@AshwiniPhalke10 жыл бұрын
Thanks....
@kitjung8 жыл бұрын
THankyou
@dipeekathakur64465 жыл бұрын
I make this program or form i coded the same but it is giving me 5 errors that cannot implicitly convert type string to bool and cannot implicitly convert type char to string... Plzzz help me
@BarbarosYurttagul10 жыл бұрын
Can you help pls? I did this in java/netbeans. It works but in textfield, it shows the results as always double value. For example 2+3= 5.0 What can I do to fix this?
@mohammedxayo51555 жыл бұрын
when you declare the Variable make his data type integer or int
@tamagojo44984 жыл бұрын
15:17 if(button.Text == ".") it doesn't work
@felixowusu19514 жыл бұрын
It only adds doesn’t perform the other operations please help me out
@aeternae16466 жыл бұрын
how to make it so if any button is clicked after equals to the textbox is cleared