Hi,
A couple of things VB.NET can't do:
- Array indexes have to start with zero, instead of able to be anything
- Control arrays don't exist.
But neither of these are showstoppers. Having arrays start at zero, except
in a few cases, is no big deal (though I did have one situation that
required quite a bit of redesign). And in .NET you can create any controls
you want at run-time, regardless of whether they are related to another
control already on the form.
So far as I've seen, most of VB.NET's changes are just different, not a lot
more or a lot less. Data binding and database updates are a lot different,
but I'm not happy with data binding in either VB6 or .NET.
Brian
--
Brian Schwartz
FishNet Components
http://www.fishnetcomponents.com
Building better tools for developers - be part of it!