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
What are jagged arrays ?
What is normal jit?
What is public assembly?
What are the various open source tool available for VB.NET?
What languages does the .net framework support?
How to run a dos command in vb.net?
Tell us how many languages are supported by .net?
What are the types of generations in garbage collector?
What is misl code?
What is DLL HELL in VB.NET
What is pre-jit?
What is trace in vb.net?
How does vb.net achieve polymorphism?
What is strong typing and weak typing?
Explain about rapid application development tool?