VB.NET Technology

VB.Net Projects

VB.Net Project 1

Label and Link Label
Previous Home Next
adplus-dvertising

The label is a simple control with one purpose only: to present a caption or short hint to explain something on the form to the user.

Visual Studio.NET includes two label controls that are able to present them selves to the user in two distinct ways:

  1. Label, the standard Windows label
  2. LinkLabel, a label like the standard one (and derived from it), but presents itself as an internet link (a hyperlink)
Previous Home Next