what are the advantage in vb.net and different between vb
and vb.net
Answer Posted / rajeev singh
VB 6.0
1- Vb 6.0 object based.
2- Vb 6.0 only windows based application.
3- Vb 6.0 support connected architecture.
4- Vb 6.0 contain MDI form.
VB .NET
1- Vb .Net Object Oriented.
2- Vb .Net window based and also web based.
3- VB .Net Support disconnectet architecture.
4- VB .Net does not contain MDI form. We can make any form
MDI via ismdicontainer property.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
difference between checkbox vs radiobutton??
Name some of the features present in vb 2005?
Using VB, how can you change the Mouse Pointer?
What is sealed class?
What is the difference between manifest and metadata?
What is the differences between dataset.clone and dataset.copy?
What is the class that allows an element to be accessed using unique key?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Explain public assembly?
Explain the difference between an xml "fragment" and an xml "document."
Is vb net a scripting language?
What is globalization?
Is vb.net a programming language?
Name the class which allows an element to be accessed using unique key?
What are the advantages of VB.NET?