Re: Entering timer for long process



"Sony Kalkan" <sonykalkan@xxxxxxxxx> wrote in message
news:1183097568.645262.18850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I am using a dll function which lasts long. I cannot modify its code.
I want to call this function without hanging my application. ...

Then put it away in a thread. That's your only option. Timers will
not help you.

Groetjes,
Maarten Wiltink


.