Read data from Textbox to a WORD document(and vice versa)
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I would like to write an application (in C#) to read data from a textbox to a WORD doc (and vice versa), can anyone HELP me.:~
Mvelo Walaza Junior Developer Telkom SA
You can use Word Object Model to work with word files
#region signature my articles #endregion
-
I would like to write an application (in C#) to read data from a textbox to a WORD doc (and vice versa), can anyone HELP me.:~
Mvelo Walaza Junior Developer Telkom SA
These are some of the links that you can start with. 1. http://support.microsoft.com/kb/316384[^] 2. Word document automation through .NET[^] 3. Word Automation[^]
*jaans