Create Simple calculator in VB.Net

Опубликовано: 17 Июнь 2026
на канале: Deepak Suthar
95
3

In this video we show how to create simple calculator .
In this project we take 3 label, 3 textbox and 4 button for task performed like add,substract,multiply,Diversion coding are on buttons:
For addition: textbox3.text = val(textbox1.text) + val(textbox2.text)

For Substraction = textbox3.text = val(textbox1.text) - val(textbox2.text)

For multiplication= textbox3.text = val(textbox1.text) × val(textbox2.text)

For Diversion = textbox3.text = val(textbox1.text) / val(textbox2.text)



THANK YOU For watch this video ☺☺☺

Plz like and subscribe this video or chanel...