English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hi all. can any body please tell me the basic use and difference between VB 6.0 and VB .NET?

2006-07-01 19:29:23 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

VB.Net Based on the .Net Framework, and use the libraries from .Net framework. But the VB6.0 like that.

Basically the VB6.0 Event Driven programming. But VB.Net is OOP's programming.

For Example:

In VB6.0 we can give like the below
frmAddItems.show()

But in VB.Net Its not possible
we have to create objects like

dim objAdd as new frmAddItems()
objAdd.show()

2006-07-04 00:00:06 · answer #1 · answered by Venkatraman M 2 · 2 1

I'm not an expert, but nobody answered this question.
I have VB 6.0. I've thought about VB.NET. I believe the big difference is that VB.NET can create web interfaces much easier. It's like the VB.NET runtime engine is more flexible, a runtime engine on steroids. The runtime engines that you normally get with VB 6.0 is a file called VBRUN60.DLL, but you have to installt the VB.NET environment before you can run a VB.NET app. There also are some changes in the code end of things, but I can't remember what they were.

2006-07-02 02:39:20 · answer #2 · answered by The Bible (gives Hope) 6 · 0 0

vb.net is based on .net platform and u can leverage the pwoer of .net platform with vb.net , cant with vb as its not .net complaint. It uses com and activex components to build program where .net uses assemblies to do it.

you can use vb.,net to write web applications using asp.net as well.

2006-07-02 03:01:04 · answer #3 · answered by Shahzad Ahmed 2 · 0 0

kindly refer
http://www.dotnetspider.com/tutorials/WhatisNet.aspx

2006-07-02 02:46:13 · answer #4 · answered by cmr 3 · 0 0

fedest.com, questions and answers