1234
123
12
1
how to design above pic in vb.net?
Answer Posted / viji
Sub main
Dim j As String
Dim i As Integer
j = 1234
For i = Len(j) To 1 Step -1
Console.Write(Mid(j, 1, i))
Console.WriteLine()
Next
End Sub
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is private assembly?
What is the difference between value and reference types?
How can we remove handlers at run time?
What do you mean by deserialization?
What is the difference between manifest and metadata?
what is the advantage of option strict on?
Is vb.net dead?
What is a stream in vb.net?
What is the class that allows an element to be accessed using unique key?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Explain how can we remove handlers at run time?
Described strong typing
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?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
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