SpeakComputers.com
Home
Software
Electronics
Desktop Computers
Laptops
Games
Handheld Devices
Mobile Phones
Cameras
Camcorders
Printers
Books
Software Downloads 2012 Software Mac Software Security Student Editions Windows 7 Office 2010
ASP.NET C# VB.NET C++ .NET Infragistics DevComponents

VB.NET TextBox Control.

The VB.NET TextBox control is typically used by the user to enter some text into part of the application or form. More commonly used to enter small text data, it can be used with the multiline feature for longer text fields. You can also limit the text length field as well as use the control for special fields as passwords. The text entered in the textbox field can be used to update a database field, written to new file or update an exiting file. It is a control that is found in most if not all software programs.

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

Creating an new VB.NET Windows forms TextBox.
Dim textbox As New TextBox

Assigning a new location for the VB.NET Windows Forms TextBox.
textbox.Location = New Point(10, 10)

Assigning a text value to the VB.NET TextBox control.
textbox.Text = "Please enter your name"

Setting the size of the TextBox Control.
textbox.Size = New Size(200, 23)

Adding a VB.NET Button control to the form.
Me.Controls.Add(textbox)



VB.NET TextBox control Tutorial.
Computer Security
AntiVirus Software
Internet Security
Parental Controls
Backup & Recovery
Computer Protection
Anti Malware
Photo & Video
Photo & Video Editing
Video Music
Desktop Publishing
Professional Design
Home Publishing
Clipart
Business & Accounting
Accounting
Payroll
Check Printing
TAX
H&R Block
Microsoft Office
Design
Graphic Design
Home Design
Garden Design
Interior Design
Computer Aided Design
3D Design
Students & Teacher
Adobe
Microsoft Office
Dragon Naturally Speaking
Corel Draw
Serif
Student/Teacher Software
Copy Right 2006 SpeakComputers.com - All Rights Reserved.
Home About Privacy Policy Resouces