Visual Basic Reference

No timer available (Error 260)

See Also

The number of Timer controls in a project, and the amount of memory each Timer object requires are limited. This error has the following causes and solutions:

  • There are too many active Timer controls. The maximum number varies from environment to environment.

    Remove one or more Timer controls from the project.

  • There isn't enough memory to load another Timer control.

    Try to free up some memory by closing other applications.