Auto correct in C#

S

Stefan Blom

Are you trying to access Word's AutoCorrect feature via programming?
Look into the AutoCorrect object and the Entries collection. You can use
the Object Browser and (of course) the help file to learn about Word's
object model.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 
C

Cindy M.

Hi Stefan,
Are you trying to access Word's AutoCorrect feature via programming?
The OP wants to use Word functionality in his own Visual Studio app
(gleaned from yet another posting, this time in the VSTO forum). Which
of course, is not possible. But VS developers are accustomed to
"everything" being in an accessible class library, rather than
confined to an application's UI :)

Cindy Meister
 

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