Hi,
Using JustTrace I've determined that a window that is loaded is most time-consuming in the AddDictionary method of the RichTextBox SpellChecker. I would like to call this method in a background thread so that it doesn't hang the application. Obviously I can't use BackgroundWorker because making modifications to a UI control. So I'm after other options for preventing the window from hanging? Perhaps this question is more general than the SpellChecker forum subfolder, but the problem has started from here :)
Thanks
Using JustTrace I've determined that a window that is loaded is most time-consuming in the AddDictionary method of the RichTextBox SpellChecker. I would like to call this method in a background thread so that it doesn't hang the application. Obviously I can't use BackgroundWorker because making modifications to a UI control. So I'm after other options for preventing the window from hanging? Perhaps this question is more general than the SpellChecker forum subfolder, but the problem has started from here :)
Thanks