When engaging in cross-language development, it's important to worry about nothing – the Visual Basic Nothing keyword, that is, and how it varies from the C# null counterpart. When initializing ...
A surprising number of Visual Basic programmers (i.e., more than one) aren't aware of a feature unique to their language: Project-level Imports. Namespaces added to the list of project-level Imports ...
Microsoft's Visual Basic programming language has variable types for three different kinds of numbers: integer, floating-point and decimal. Integer variables range from a short 2-byte format to a long ...
I seem to remember it being possible to run a downto statement in c++, but I cant figure out how to do it in VB. In the for statement, I want it to count from like 500 to 0 instead of 0 to 500. Is it ...