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 / prashant

windows form application vb.net

Private Sub Button1_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Button1.Click
Dim a As Integer
Dim b As Integer
Dim c As Integer
a = Convert.ToInt32(Me.TextBox3.Text)
b = Convert.ToInt32(Me.TextBox11.Text)
c = a * b
TextBox13.Text = c
End Sub

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the differences between vb.net and c#, related to oops concepts?

988


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

990


List the types of authentication?

968


What is meant by jagged arrays?

1116


What do you mean by serialization and deserialization and it's use.

1098


Explain the difference between namespace and assembly?

1085


What is late binding and early binding?

1125


Describe about visual basic.net?

1049


Explain the difference between vb.net and c#, related to oops concepts?

981


What is the difference between readonly variable and constant variable?

1077


Explain the use of console application?

1004


What are jagged arrays ?

1121


What is the differnce between managed code and unmanaged code?

1032


Is vb.net a programming language?

1029


What are the differences between vb.net and c#, related to oops concepts

1029