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 is intermediate language?
What do you mean by serialization and deserialization and it's use.
Explain the use of console application?
Name some of the keywords used in vb.net?
what is difference between namespace and assembly?
How to send xml file on server using http protocol?
What is the differnce between managed code and unmanaged code?
What is the class that allows an element to be accessed using unique key?
What are nested classes?
What is trace in vb.net?
What do you mean by option strict on?
Explain jit?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Observations between vb.net and vc#.net?
Explain namespace?