In a move to reassure Visual Basic 6.0 users, concerned that the launch of Visual Studio marks the end of their development environment, Microsoft has announced that it plans to support VB 6.0 until ...
Microsoft announced in early 2012 that it would extend support for aging Visual Basic 6 runtimes and code syntax for the entire life cycle of Windows Vista, Windows Server 2008, Windows 7 and the ...
In Visual Basic I'd write this: If stringVariable IsNot Nothing then Dim x as Integer x = stringVariable.Length End If I test the string for null/nothing because if I try to get the Length of a ...