Using Bitwise Operators In VB

To demonstrate bitwise concepts, this article shows you how to store an array of Boolean flags within a single numeric variable.

Using Logical Operators with Non-Boolean Expressions

Although VB’s logical operators are conceptually quite simple, they can be the source of elusive bugs.