Do Like AutoCorrect in .Net C# Word AddIn

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a question:

I'm using Visual Studio .Net and C# to create a Word AddIn

How would I use the Word object model to do the following

WHEN a Word User types a word I want my AddIn to
substitute for that word - just like AutoCorrect does

HOWEVER, I can't find any event for recognizing the
SPACE character as the user types and how to define a
Range object for that just-typed word and make the
substitution

Please point me in the wrong direction

Also, is there any NewsGroup when these types of
questions are answered

Thanks Sooo Much
Gen
 
Back
Top