answersLogoWhite

0

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

16y ago

What else can I help you with?

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


In visual basic 6.0 can you call an even procedure for a timer with an event procedure for a command button?

Yes, in Visual Basic 6.0, you can call an event procedure for a timer from an event procedure for a command button. You would typically invoke the timer's event handler directly within the command button's click event. For example, you can call the timer's event routine by simply using its name, allowing you to execute the timer's code when the button is clicked. Just ensure that the timer is enabled if its functionality depends on it.


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.