create word file
-
I have developed window application in C#.net. I am creating word file from this. But if I am going to save changes in word file I got the below error. a.doc may contain features that are not compatible with plain text format. Do you want to save tha document in this format ? How to save file in word format Thanks in advance
-
I have developed window application in C#.net. I am creating word file from this. But if I am going to save changes in word file I got the below error. a.doc may contain features that are not compatible with plain text format. Do you want to save tha document in this format ? How to save file in word format Thanks in advance
A Word-document contains special tokens to identify tables, lines, pictures and stuff. A plain text-file doesn't contain these things, as a plain text-file can only contain text. You can use the Visual Studio for Office[^]-extensions if you're going to work with Word. As an alternative; Microsoft Word can also read the "Rich Text File" format (RTF) and HTML files :)
I are Troll :suss: