custom dictionary changes

N

Neil

Hi,

I'd like to create a Word add-on which lets people post words that
they've just added to their custom dictionary to an online resource,
so we can all collectively marvel at how quickly new words get adopted
into the lexicon (and hence into custom dictionaries).

I can't see any easy ways (without just writing a .Net app to read the
custom.dic file directly) to do this - any ideas?

Cheers, Neil
 
J

Jean-Guy Marcil

Neil said:
Hi,

I'd like to create a Word add-on which lets people post words that
they've just added to their custom dictionary to an online resource,
so we can all collectively marvel at how quickly new words get adopted
into the lexicon (and hence into custom dictionaries).

I can't see any easy ways (without just writing a .Net app to read the
custom.dic file directly) to do this - any ideas?

Yep, that would be the way to go.

The other way that comes to mind is to highjack the "Add to Dictionary"
command in Word and replace it with your own code that would do what Word
does and then send the word to the online resource you mentioned.

However, this option appears both in contextual menus and in the Spelling
dialog box... Seems like a lot of work.

I believe it would be easier to have an add-on run to check the user custom
dictionary list against the database, if any new words are found in the
custom dictionary, add them to the databse...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top