if user enters 1 or 2 or any other number in digit format in
next textbox it should show the answer in word reading
like if enters 12 answer should be twelve
Answer Posted / sonia
Private Sub Button1_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Button1.Click
Me.TextBox3.Text = CInt(Me.TextBox1.Text) + CInt
(Me.TextBox2.Text)
End Sub
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain clr?
Described strong typing and weak typing?
What is the use of system.diagnostics.process class?
Explain the services provided by common language infrastructure.
What is the difference between value and reference types?
What is globalization?
Explain about the performance of visual basic?
What are the different types of Lock available in Visual Basic?
Explain convert.tostrin?
What is the importance of a Button control?
Explain the components of common language runtime.
What is late binding and early binding?
How to retrieve images in sql server database through vb.net?
Explain namespace?
Name and explain some of the exclusive features which are present in vb?