News

VB6's two floating point types are called Single and Double. Learn what distinguishes Single from Double, and find out when you would be wise to use Double instead of Single in your programs.
Data variables in C# and Visual Basic normally define themselves by the amount and type of data they hold. The string type, with its ability to store 2 billion characters, is often seen gloating about ...
Microsoft this week posted several new downloads for developers working with Visual Studio 2008 and Visual Basic. One of the downloads, Visual Studio Team System 2008 Database Edition Power Tools, ...
National Instruments has introduced ComponentWorks, a package of add-on control, display, and analysis libraries that you can use to enhance or customize Microsoft Visual Basic and Visual C/C++ for ...
Adding a Decimal in Visual Basic. Microsoft's Visual Basic programming language has variable types for three different kinds of numbers: integer, floating-point and decimal.