what's significant diferrences between vb 6.0 and vb.net
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
-
One very significant difference you should be aware of: VB6 requires you to deploy a minimum runtime file set that is about ~1.5 MB setup file size. VB.NET requires you to deploy the NET framework which is about ~30 MB setup file size. Robert