Is it possible to add timer control to toolbox?
Regards
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