answersLogoWhite

0


Best Answer

A timer is very useful in visual basic. It can be used to repeat events again and again at set intervals. Using other triggers, such as user inputs or button clicks, or even other timers, the timer can be turned off/on, and other properties such as the timer interval can be changed. It is a key feature of the language.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

In Visual Basic, a timer control is a control that calls it's associated "tick" method. This allows it to be used when an event has to happen when a certain amount of time has passed.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is timer control in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


Why is the timer control hidden at the run time in visual basic?

It is not hidden, it simply does not have a visual runtime component for no other reason than that it does not require one. A timer is defined by what occurs when the timeout elapses -- not what happens while the timer is counting. If you require a visual aspect you are free to create one but there's no point in creating a visual component that, in the vast majority of cases, would be completely superfluous.


What is bound control in visual basic?

answer


What are the different type of control structure in visual basic?

deleting control


How do you reset timer in visual basic 6?

' Disable the timer tmrMyTimer.Enabled = False ' in milliseconds, you can remove this line if you do not want to change the ' internval from the original setting tmrMyTimer.Interval = NewInterval ' Enable the timer again tmrMyTimer.Enabled = True


Whats is chart control in visual basic?

see


What happens when you click a toolbox control in Visual Basic?

the control appear on the form


The tick event is found only in which object in visual basic?

The timer object or any object derived from a timer object. However, you can also create your own objects with a tick event. How that event is actually triggered is entirely up to you.


What is the meaning of control in visual basic?

It is user interface Ex Button, Checkbox, Label


What are the properties of Visual Basic control?

That would depend on wich control you are talking about. But every control has to have the property: "(Name)", and most of them have "Disabled" and "visible".


The year of invention of visual basic?

Visual Basic was started in 1991.


Who developed visual basic?

Microsoft is the developer of visual basic