TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ram Prasad
NA
326
18.2k
Console.Output to Word file
Jan 22 2020 6:17 AM
Looking for some help to figure out on how can I save the output of my C# program into the word file?
class
Test
{
static
void
Main(
string
[] args)
{
Application app =
new
word.Application();
Document doc = app.Documents.Open(filePath);
////Lines of Code
Console.WriteLine();
//Output
//How to save the above Console.Writeline in the word file??
Doc.close();
App.Quit(); } }
Reply
Answers (
8
)
My submit button is not working
Access Native Camera from Shared Code in Xamarin.forms