Library tutorials & articles
Label Control
By James Crowley, published on 14 Jul 2001
Introduction
Labels are one of the most commonly used Visual Basic controls. They are also the simplest to use. You use labels to (yes you've guessed it) label things such as text boxes, where the text does not need to be changed by the user. For example:
Related articles
Related discussion
-
Run-time error '91'
by crazyidane (0 replies)
-
Problem handling Redirects with MSXML2.XMLHTTP
by brandoncampbell (2 replies)
-
vbinputbox pauses code while it waits on response. How can I reproduce that?
by brandoncampbell (1 replies)
-
Sending SMS in VB 6
by sirobnole (6 replies)
-
Comboxbox listindex in ActiveX Control
by brandoncampbell (1 replies)
This thread is for discussions of Label Control.