1234
123
12
1
how to design above pic in vb.net?
Answer Posted / sonia
Sub main()
Dim i, j As Integer
For i = 4 To 1 Step -1
For j = 1 To i
Console.Write(j)
Next
Console.WriteLine()
Next
Console.ReadLine()
End Sub
End Module
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Tell me which namespace are used for accessing the data?
What is non_deterministic finalization?
What do you mean by deserialization?
List the types of authentication?
Name the tool which can convert visual basic old version to .net compatibility version?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
What is an assembly and its use?
What do you mean by Redim in VB.NET?
What is meant by jagged arrays?
What is redim keyword and its use?
Explain the services provided by common language infrastructure.
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
Explain the difference between vb 6 and vb.net?
Explain an assembly and its use?