The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: emilstamatoiu on June 17, 2007, 05:09:15 AM

Title: timer control
Post by: emilstamatoiu on June 17, 2007, 05:09:15 AM
Is it possible to add timer control to toolbox?

Regards
Title: Re: timer control
Post by: Ramon Sala on June 21, 2007, 04:24:33 AM
Hi,

All windows and dialog boxes in Easy Code visual mode have the TimerInterval property. When this property is greater than zero a timer is set for that window (process de WM_TIMER message). The value for the TimerInterval property is the number of milliseconds. If this property is set to zero then the timer is killed.

Regards,

Ramon