what is the diff between VB and VB .net

WannaFly

Platinum Member
Jan 14, 2003
2,811
1
0
VB.NET:
Public Sub WrongForum(sender as Object, e as System.EventArgs) Handles Me.OnLoad
MessageBox.Show("Wrong Forum")
End Sub

 

DAGTA

Diamond Member
Oct 9, 1999
8,172
1
0
Huge difference. VB was very much a loose language that allowed for sloppy programming without enforcing common syntax rules. VB.Net is much more strict and object oriented.

If you have to learn one now, learn VB.Net since classic VB is being phased out gradually.