Current Category: Definitions

Use the colors of your program in Visual Studio

This example arose from a query in this article. The control ColorDialog presents a traditional color palette, but the truth is that visual studio is much nicer and shows all the colors by name as defined in the System.Drawing object properties. Because ...

Keywords

The Keywords are the words "reserved" for use within the language that have special meaning and can not be used as variable names or identidicadores (unless it is forced through the use of square brackets "[]"). Here I give you a list of ...

The System.String class - Management of text

Visual Basic. NET has changed the way you work with text strings with respect to previous versions. Menejo All of these new features are in the System.String class. Now each text variable is an object of type String. All classes in Visual Basic. NET ...