Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to get sum of two numbers in vb.net?

Answer Posted / philip mahama

You need to create a new project and add two text-box, the first textbox, one label
Which name should be changed to sumlabel and a button for the calculation

Then double click on the button and add this code.

Dim num1, num2, sum as double

‘ Initialize sum to zero
Sum = 0

num1=double.parse(Textbox1.text)
num2=double.parse(Textbox2.text)

‘Calculate sum
Sum = num1 + num2

‘Print sum
Sumlabel.text = sum

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many ways the function can return values?

1067


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

2423


What is stack used for in vb. Net?

992


What is the use of assembly?

1059


What is the maximum size of the textbox?

1034


When do you use virutal keyword?

1048


Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

3587


difference between checkbox vs radiobutton??

3032


What are the different types of Lock available in Visual Basic?

1161


Why is the xml infoset specification different from the xml dom?

990


What is the difference between import system.data.sqlclient and system.data.oledb?

1000


Explain and brief about rapid application development tool?

1068


What is different between web.config and machine.config and where it will be ?

1072


Explain about rapid application development tool?

1015


Can you please explain the difference between vb and vb.net?

948