In my application there are 2 custom dictionaries. One is downloaded from a database at runtime that is used for all users. These words are maintained by the application administrator. They are downloaded to a temporary file and deleted on application close. The second one is user specific and is stored locally for the user. The problem is the user can change the dictionary from the one I default them to, adding the words to a temporary file that is deleted when the application is closed. In other words how do I remove the dropdown that contains the path to both dictionaries as the user shouldn't have a choice?
<MatthewB> wrote in message news:195945@test.componentone.com... In my application there are 2 custom dictionaries. One is downloaded from a database at runtime that is used for all users. These words are maintained by the application administrator. They are downloaded to a temporary file and deleted on application close. The second one is user specific and is stored locally for the user. The problem is the user can change the dictionary from the one I default them to, adding the words to a temporary file that is deleted when the application is closed. In other words how do I remove the dropdown that contains the path to both dictionaries as the user shouldn't have a choice? http://home.componentone.com/cs/forums/195945/ShowPost.aspx
Sergey,
I currently do this. The problem is that application users always know better than a developer how they want to save things. Is this something that could be exposed to allow me to force the proper location.
Matt
<MatthewB> wrote in message news:196009@test.componentone.com... Sergey, I currently do this. The problem is that application users always know better than a developer how they want to save things. Is this something that could be exposed to allow me to force the proper location. Matt http://home.componentone.com/cs/forums/195996/ShowPost.aspx#196009
I took a look through the process of creating a custom dialog. That really seems like overkill for what I am needing. How does one request that a property be added allowing me to display=true/false?