F
Fredje
Hello,
I have the following problem:
I'm making a application that add at runtime usercontrols.
Each usercontrol have a function that converts a image.
This conversion takes a while and at the time the function is running the
applications blocks.
So I want to implement Threading but only for the moment this function is
running.
I have to pass arguments to the function like width, height,...
How can I prevent that the application doesn't block when this function is
running?
Thanks in advance.
I have the following problem:
I'm making a application that add at runtime usercontrols.
Each usercontrol have a function that converts a image.
This conversion takes a while and at the time the function is running the
applications blocks.
So I want to implement Threading but only for the moment this function is
running.
I have to pass arguments to the function like width, height,...
How can I prevent that the application doesn't block when this function is
running?
Thanks in advance.