Hi All,
I have an app the runs something, for instance copies a file. During this
time my app is locked up. I have tried throwing a bunch of DoEvents in but
nothing happens to allow me to work on other parts of the program. Is there
something that can help here, or do I need to look at multi-threading?
Thanks,
John.
I have an app the runs something, for instance copies a file. During this
time my app is locked up. I have tried throwing a bunch of DoEvents in but
nothing happens to allow me to work on other parts of the program. Is there
something that can help here, or do I need to look at multi-threading?
Thanks,
John.
Comment