On Sunday, 10 February 2013 at 14:49:15 UTC, SaltySugar wrote: > Can i do my own timer in D console application? > like in C# timer_Tick event. There is no Timer in D as you know it from C# and also there are no events. You must rely on SetTimer WinAPI and write your own TimerProc.