Re: Entering timer for long process



Sony Kalkan wrote:

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

IMO you'll have to call that function in an separate thread, that will not block the application main thread.

DoDi
.