F u c k i n g love you. My shit assignment was more complicated than it had to be, if I look at all the other ''creating a simple calculator in VS'' videos.
Sir meri coding b bilkul jesy ap ne bola bilkul wesy hi ki mai ne koi error b nhi a rha lkn calculator at the end sirf sum ka function perform kr rha hai mtlb 2 nmbra dun to un ko sirf sum krta hai multiple ya divide ni krta un buttons pr click krny se b to ap plz mje jldi btayen k ye problem kesay thk ho gi mai ne subah project dena hai plz help me soon😢
im new to this thing, so i did everything you did but in the end, it says that “Input string is not in the correct format” in the Form_1 Load section which i didnt see you make in that video :/
Hi, for the functions such as add, subtract etc.. You have add them on the button on click method.. in your form double click on the button and add the textbox conversion and result output.. if still didnt work do email @ santi.muneez@gmail.com
thank u so much, univer teacher made it so harddd, u made it so easyy, May Allah bless u for that
Thank you!!! Finally I can make a useful calculator for my job without wasting CPU resources on Excel.
Its very helpful , thanks for the video
Awesome. I was able to build my first app in c# following your steps.
thanks!!! it is mid night and this is like i just met a life saver XD
thanks needed this for a school assignment lmao
me too
this is very helpfuled to mee. thanx a lot.
This helped me a lot. Thank you!!
Thanks! finally a calculator that works
good job brooo thank you
Thanks brother I found this very helpful. That's exactly what i was looking for
Thank you for the Video. It was easy to understand c:
Nice video, thanks for this video😊
very nice explanation sir thank you..
Good stuff
this helped me allot. thanks
did you experience any issues saying “ input string not in the correct format”??
Nice 👍
F u c k i n g love you.
My shit assignment was more complicated than it had to be, if I look at all the other ''creating a simple calculator in VS'' videos.
thank you father of india
you are the bast man thank you
Thank you so much💜💜more tutorial plss💜💜
Sir meri coding b bilkul jesy ap ne bola bilkul wesy hi ki mai ne koi error b nhi a rha lkn calculator at the end sirf sum ka function perform kr rha hai mtlb 2 nmbra dun to un ko sirf sum krta hai multiple ya divide ni krta un buttons pr click krny se b to ap plz mje jldi btayen k ye problem kesay thk ho gi mai ne subah project dena hai plz help me soon😢
What video recorder do you use? I'm using the built in (Win+G) but the tab when I run the code is not being captured
I used OBS studio a free open source screen recorder, check some samples before trying using it
Nice video sir....tq
Your Welcome brother
Obviously, every one of your family members and friends love your video. Now, make a video for everyone else.
Thanks man 😁❤
Thank u so much!
how to add the sum with input 2 everytime i press + sign
how about when you put those addition/multiplication in Combo box?
Thank you :)
thanks sir
Hey, one you done with the code and GUI , am I able to create an exe file which enables to run in windows?
thankssssss a lot ))
Thank you. Helped me lot.
Thank you!
Thnks brooo
Thanks 😊👍
Tank you
Thank you so much
Thanks
How to at Clear Button and Quit button
❤️
How to do this in list box?
im new to this thing, so i did everything you did but in the end, it says that “Input string is not in the correct format” in the Form_1 Load section which i didnt see you make in that video :/
there are no errors though
private void Form1_Load(object sender, EventArgs e)
{
double txt1 = Convert.ToDouble(textBox1.Text);
double txt2 = Convert.ToDouble(textBox2.Text);
double sum = txt1 / txt2;
textBox3.Text = sum.ToString();
}
there pls help lol
Hi, for the functions such as add, subtract etc.. You have add them on the button on click method.. in your form double click on the button and add the textbox conversion and result output.. if still didnt work do email @ santi.muneez@gmail.com
@@averagepyschosid7871 thanks ill just email you
what if there is no value inputed
on button click check for some validations, whether the textboxes empty or not, if not empty do the calculation if not show some message
Vedio not visible
there's like 29 errors for me idk why i followed everything
This helped me a lot. Thank you!!
Thank you so much!