When an RTF is loaded from a memorystream is it possible to cancel the progress during loading. How do I do this safely?
The reason I ask is because I have a dialog box containing a cancel button which displays when an RTF file is loading. I would like the cancel button to stop the loading process.