Windows Control Library

A Windows Control Library project is used to create a customized control that can be used by other projects. A Windows Control is a user interface artifact that usually has a unique look and feel to it. It may also provide the capability of user interaction such that the user could possibly click on it or enter some values.

Windows provides a set of Common Controls that you can immediately use in your development. This includes a Label control for displaying text on a form, a Textbox control for allowing the user to enter data onto a form, and a Button control for providing the capability for the user to click on something visual which then performs a task. Most of you are familiar with these types of controls.

You will ...

Get Visual Basic® .NET by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.