Log in

View Full Version : Dictionary?


Guest979
12-20-2005, 02:47 AM
Hello,

Frustrated with Pocket Word's, well, crumminess, and annoyed by the lack of a RichTextBox control in .NETcf 1.1, I implemented a rich text box and an entire word processor from scratch in C# .NET. After much struggling, I finally have a version that works quite well and suits my needs better than Pocket Word, even though it is pretty simplistic in terms of features.

Really, the only thing missing is a spell check. It seems like WM2003FE and later (and maybe some earlier versions) have a word list that they use for some SIP types, and for Pocket Word's spell check (or maybe that's a different list?). Is it possible for me to access the word lists myself? I know it's a longshot, but it would be nice.

My program saves as standard RTF files, so I could also just open the files in Pocket Word and do a spell check, but Pocket Word causes so many frustrations for me that I would rather not have to take this extra step.

Thanks!