Home

SpeakComputers.com | Text-to-Speech Software

Natural sounding TTS voice support | Cepstral TTS voices | Text to MP3 | Natural Readers

Text to Speech Software Text to Speech Voices SpeakComputer Text to Speech Software

VB.NET Label Control.

The VB.NET Label control is used to display text to the end user for a control descriptive instruction. This might be a instruction on a TextBox field.

Namespace: System::Windows::Forms
System.Windows.Forms (in system.windows.forms.dll)

Creating an new VB.NET Windows forms Label.
Dim label As New Label

Assigning a new location for the VB.NET Windows Forms Label.
label.Location = New Point(0, 0)

Assigning a text value to the VB.NET Label control.
label.Text = "Computer Name"

Assigning an AutoSize value to the Label Control.
label.AutoSize = False

Assigning a Size value to the Label Control.
label.Size = New Size(200, 23)

Assigning the BackColor property to the VB.NET Label Control.
label.BackColor = Color.Black

Assigning the ForeColor property to the VB.NET Label Control.
label.ForeColor = Color.White

Adding a VB.NET Label control to the form.
Me.Controls.Add(label)

VB.NET Label control Tutorial.
Top of page
Text to Speech Speech synthesis Software TTS Software
Copy Right 2006 SpeakComputers.com - All Rights Reserved.
About Privacy Policy TTS Resouces
Free Text to Speech software
Free Text to Speech Software