News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

timer control

Started by emilstamatoiu, June 17, 2007, 05:09:15 AM

Previous topic - Next topic

emilstamatoiu

Is it possible to add timer control to toolbox?

Regards

Ramon Sala

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
Greetings from Catalonia