• Viernes 8 de Noviembre de 2024, 15:37

Autor Tema:  Timers  (Leído 1522 veces)

saintis

  • Nuevo Miembro
  • *
  • Mensajes: 12
    • Ver Perfil
Timers
« en: Sábado 4 de Noviembre de 2006, 03:40 »
0
me podrian ayudar con un ejemplo de uso de timers en vb.net

ArKaNtOs

  • Miembro de PLATA
  • *****
  • Mensajes: 1253
  • Nacionalidad: mx
    • Ver Perfil
Re: Timers
« Respuesta #1 en: Sábado 4 de Noviembre de 2006, 14:10 »
0
y eso que tiene que ver con ¿inteligencia artificial? que es el foro donde estas, lo peor, ¿que no existe google para eso? <_<

http://abstractvb.com/code.asp?A=1032
http://visualbasic.about.com/od/learnvbnet...vbsbs0801_8.htm
http://www.google.com.mx/search?q=timers+c...firefox&start=0

senzao18

  • Miembro HIPER activo
  • ****
  • Mensajes: 553
    • Ver Perfil
Re: Timers
« Respuesta #2 en: Martes 7 de Noviembre de 2006, 01:54 »
0
Cita de: "ArKaNtOs"
y eso que tiene que ver con ¿inteligencia artificial? que es el foro donde estas, lo peor, ¿que no existe google para eso? <_<

http://abstractvb.com/code.asp?A=1032
http://visualbasic.about.com/od/learnvbnet...vbsbs0801_8.htm
http://www.google.com.mx/search?q=timers+c...firefox&start=0
jejeje....

Timer... pues esat muy sencillo...


Te paso lo que la ayuda de Visual Studio pone

The Timer control, which is invisible to the user, is useful for background processing. A typical use for the timer is checking the system clock to determine if it is time to run a program or application.

If a Timer control has its Enabled property set to True and immediately sets the property False after a single execution, it may generate its Timer event multiple times. This occurs when the Interval property is less than or approximately the same as the execution time for the Timer event. This can be corrected by increasing the value of the Interval property or decreasing the execution time of the Timer event.


Pero la verdad... mejor dale F1 a tu Visual Studio ahi encontraras ejemplos... jeje..
---------------------------------------
Erick Aragon Zepeda
Dessarrollo de Aplicaciones .NET
http]
Blog de Articulos
Mi Blog
NoSolocodigo -->