[DllImport("user32.dll")]
static extern UIntPtr SetTimer(IntPtr hWnd, UIntPtr nIDEvent, uint uElapse,
TimerDelegate lpTimerFunc);
None.
None.
There is nothing like TimerDelegate already available. Define one yourself and use a function that takes (int,string,int,int). Best of luck.
Please add some!
Do you know one? Please contribute it!