News

4. Check your arrays. Visual Basic.Net supports only zero-based arrays. Change existing arrays to be zero-based to make the transition easier. 5. Don’t use default properties. Visual Basic 6 ...
Determining Bounds If another component passes an array to your code, for example as a procedure argument, you do not know the size of that array or the lengths of its dimensions. You should always ...