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 the significance of delegates. Where should they be used? What are the situations where we require them?
Explain what observations between vb.net and vc#.net?
What is late binding and early binding?
Explain i.tostring method?
How many languages are supported by .net?
What is the importance of a Button control?
Explain clr?
How a base class method is hidden?
Tell us how many languages are supported by .net?
what is common language specification?
How do you retrieve the customized properties of a .net application from xml .config file?
Explain manifest?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Define manifest?