VB School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a VB Expert!

Join 307,112 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 2,011 people online right now. Registration is fast and FREE... Join Now!




Difference between VB6 and VB.Net

 

Difference between VB6 and VB.Net, Difference

c--

27 Jan, 2008 - 09:10 PM
Post #1

New D.I.C Head
*

Joined: 26 Jan, 2008
Posts: 35

Ok... I don't have much experience with visual basic... I'm wondering this....

What's the difference between Visual Basic and Visual Basic .NET??

The .NET uses the .net framework? or what? Is it like C and C++...?

User is offlineProfile CardPM
+Quote Post


PsychoCoder

RE: Difference Between VB6 And VB.Net

27 Jan, 2008 - 09:18 PM
Post #2

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,932



Thanked: 517 times
Dream Kudos: 11550
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Classic VB (VB6 and older) has no OO capabilities, its not very (if at all) robust, not very powerful and, in my opinion, a dieing language. VB.Net is an OO language, it uses the .Net Framework, just like C#, it is much more powerful and robust, and, once again, in my opinion an up and coming language. smile.gif

Here is a good article Comparing VB6 to VB.Net that can say it better than I smile.gif
User is offlineProfile CardPM
+Quote Post

c--

RE: Difference Between VB6 And VB.Net

28 Jan, 2008 - 09:14 PM
Post #3

New D.I.C Head
*

Joined: 26 Jan, 2008
Posts: 35

QUOTE(c-- @ 27 Jan, 2008 - 10:10 PM) *

Ok... I don't have much experience with visual basic... I'm wondering this....

What's the difference between Visual Basic and Visual Basic .NET??

The .NET uses the .net framework? or what? Is it like C and C++...?


Alright, thanks for the reply
User is offlineProfile CardPM
+Quote Post

bector

RE: Difference Between VB6 And VB.Net

29 Jan, 2008 - 09:43 PM
Post #4

New D.I.C Head
*

Joined: 23 Jan, 2008
Posts: 8



Thanked: 1 times
My Contributions
there are many difference b/w vb and vb,net

in vb.net we can use OOP concepts like

1 polymorphisms.

2 inheritance.

3 classes and objects

4 overloading

and many other .

for any type of web design related information you can visit
*** link removed ***
User is offlineProfile CardPM
+Quote Post

nealgabriel45

RE: Difference Between VB6 And VB.Net

4 Feb, 2008 - 10:15 AM
Post #5

New D.I.C Head
Group Icon

Joined: 22 Oct, 2007
Posts: 46



Thanked: 4 times
Dream Kudos: 50
My Contributions
I dont think there is much of a diff b/w VB 6.0 and VB Net, Coding are almost the same, Only thing is that you should follow the OO Concept - Use Object for each and everything you create. Say for Form there will be an object and with the object the form can be called. eg: Dim objFrmMain as New frmMain; objFrmMain.Whatever
Similar things can be done using VB 6.0; But only thing is that there is'nt any thin like constructor / destructor. But it does'nt mean that VB 6.0 is'nt good. If we are doing pgming with correct techniques, VB 6.0 will also a powerful tool.
User is offlineProfile CardPM
+Quote Post

born2c0de

RE: Difference Between VB6 And VB.Net

5 Feb, 2008 - 10:23 AM
Post #6

printf("I'm a %XR",195936478);
Group Icon

Joined: 26 Nov, 2004
Posts: 4,550



Thanked: 98 times
Dream Kudos: 2825
Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions
QUOTE
The .NET uses the .net framework? or what? Is it like C and C++...?

No.
C/C++ Compilers convert C/C++ code into the target processor's machine language. The resultant executable file would hence work only on that processor architecture (or similar ones). To port the program for another OS or processor, you would have to compile the same source code with the appropriate compiler that converts C/C++ code into the native processor machine code.

.NET (and even Java) Compilers convert the source code into byte-code (AKA pseudo-code) format which by itself cannot be understood by any processor.
But another layer is written for each OS/machine which is capable of translating the byte-code into native processor instructions. Hence, theoretically, code written in .NET can work on any platform.

The Mono Project is currently working on creating such an intermediate layer on Linux based systems.
User is offlineProfile CardPM
+Quote Post

rabbit_slayer

RE: Difference Between VB6 And VB.Net

6 Feb, 2008 - 01:42 AM
Post #7

D.I.C Head
**

Joined: 30 Sep, 2007
Posts: 71



Thanked: 1 times
My Contributions
the name obviously biggrin.gif and the syntax, and the look, and how many pixels are in the "R" letter and....don't mind me biggrin.gif just speaking gibrish(fluently)
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 01:17PM

Live VB Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month