Ver Mensaje Individual
  #9 (permalink)  
Antiguo 02/12/2003, 19:08
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 3 meses
Puntos: 50
Ok... estoy de acuerdo que se puede crear la instancia en un web form, pero si te das cuenta en este link, comentan que están optimizados para una windows form.

http://msdn.microsoft.com/library/de...asedtimers.asp

Cita:
the standard Windows-based timer you can see on the Windows Forms tab of the Toolbox, and the thread timer that is only available programmatically. The Windows-based timer has existed in Visual Basic since version 1.0, and has remained essentially unchanged. This timer is optimized for use in Windows Forms applications. The server-based timer is an update of the traditional timer that has been optimized to run in a server environment.
De todas formas voy a seguir investigando porque si se puede hacer eso con una web form estaría genial.

Pero hay que ver como funcionaría porque estamos de acuerdo que una web form no podemos tener subprocesos a menos que sean del lado del cliente cosa que con un windows form si podemos hacer.