Hi,
I'm having trouble setting the locaiton of the User Dictionary for the C1SpellChecker. I've tried setting it both programmatically (setting the .UserDictionary.FileName) and through the the designer, but neither way seems to work. It always just creates a "Custom.dct" file in whatever folder the app is running in, whenever I click my Add button (which does .UserDictionary.AddWord)
Does anyone know how to set it properly?
Thank you.