Keywords and Members by Task
Visual Basic language keywords and run-time library members are organized by purpose and use.
Category | Description |
---|---|
Creating, defining, and using arrays. |
|
Using collections. |
|
Controlling compiler behavior. |
|
Looping and controlling procedure flow. |
|
Converting numbers and data types. |
|
Data types and object subtypes. |
|
Converting and using date and time expressions. |
|
Declaring programming elements and defining constants. |
|
Controlling the file system and processing files. |
|
Trapping and returning error values. |
|
Performing financial calculations. |
|
Receiving input and displaying or printing output. |
|
Starting other applications and processing events. |
|
Performing trigonometric and other mathematical calculations. |
|
Documents My, a feature that allows easy and rapid application development by providing intuitive access to commonly used methods, properties, and events used for programming against the computer on which the application is running, the current application, the application's resources, the application's settings, and so on |
|
Comparing expressions and other operations. |
|
Deleting, reading, and saving program settings. |
|
Manipulating strings and string type data. |
See Also
Reference
Visual Basic Language Keywords
Visual Basic Run-Time Library Members
Keywords Compared in Different Languages