Svein,
What is ticker? Is it a timer?
There are three timers in the .NET framework - Windows.Forms.Timer,
System.Threading.Timer and System.Timers.Timer. The first one cannot be used
because it needs a thread with a message loop to work, which console
application doesn't have. The other three can be used in any applications.
--
Stoitcho Goutsev (100)
"Svein Erik" <(E-Mail Removed)> wrote in message
news:38801447-1802-48BC-9B10-(E-Mail Removed)...
> Is it possible to use a ticker in a console-application? How can I do
> this?
|