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


Please Help Members By Posting Answers For Below Questions

Allowed program to auto-correct the database when loading a presentation.

1737


What is sealed class?

591


how many server control present in .net

2285


difference between checkbox vs radiobutton??

2479


Can you please explain the difference between dispose and finalize()?

496






Explain about jagged arrarys ?

498


What is a preprocessor directive in vb.net?

533


Define clr?

536


What is sorting in vb?

514


What are the two main parts of .net?

557


What is code security?

518


What is late binding and early binding?

546


What is the differences between dataset.clone and dataset.copy?

626


Explain how the .net framework performs automatic memory management.

556


What is the advantage of using system.text.stringbuilder over system.string?

599