View Single Post
  #1   Report Post  
Supermozzie
 
Posts: n/a
Default Turn off AutoCorrect in Word programmatically

I'm writing this application in C# that uses word documents. I tried to save
what users typed in Word into the database. Word automatically changes
symbols like -, ', ". And when i get it out from the database again, these
symbols are corrupted.

now i want to turn off AutoCorrect in word programmatically.