there is a way to call a function that works asynchronously from a procedure to carry out a long process without it being slowed?
For example: during the processing of a number of elements (30000), I need to update the GUI to view the processing status.
I tried to use DoEvents, but do not solve the problem.
I hope it is clear.
thank you
For example: during the processing of a number of elements (30000), I need to update the GUI to view the processing status.
I tried to use DoEvents, but do not solve the problem.
I hope it is clear.
thank you