Author Archives: compitionpoint - Page 20
Timer Control
The Timer control () is used to execute commands for every tick of time which is specified with an interval. For example, if you want to print your name for every 5…
TrackBar Control
The TrackBar control () looks like a slider with a thumb that you can move to adjust its value. The part where the thumb points represent the current value. The following shows…
ToolTip Control
You can use the Tool Tip control () to display tool tips which offer description about the a certain control of part of the GUI. Tool tips can be seen in numerous…
TabControl
The TabControl control () allows you to create tabbed windows that you can see in many applications. An example of a tabbed window is the properties window of files and the tabs…
Virtual Methods
Virtual methods are methods of a base class that can be overridden by a method in a derived class to provide a different implementation of that method. For example, you have…
ListView Control
The ListView control () allows you to show a list of items in different views and add icons to each of them. The ListView control is composed of ListViewItems which form a grid-like structure of…
DateTimePicker Control
The DateTimePicker control () is used to pick a single date. The control appears by default, as a combo box with a calendar icon at the right part. You can select each…
MonthCalendar Control
The MonthCalendar control () resembles a calendar and shows a month and all its dates. The MonthCalendar control allows you to choose a month and a date. To choose a month, click the left…
LinkLabel Control
The Link Label control is similar to an ordinary label. But it has an underline and resembles a link on a web page. The Link Label control can be used to link to files,…
PictureBox Control
You can display images on your form by using the Picture Box control. It is a simple control which has a main purpose of displaying images. All you have to do is…