Hi all,
My windows application runs for quite a while, lots of processing to do.
The problem is while it is running the user interface doesn't respond, understandably so since it is a single threaded app. However, is there a way of displaying the progress of the application without resorting to dirty methods like sending user defined messages to the window from external modules?
Also, can I allow the user to break the operation at any time without having to create separate threads??
Would be much obliged for any help.
Thanks
