Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 993 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 993 Bytes

Word-Article-Writer

Overview

This C# application demonstrates how to create and manage Word documents programmatically. It serves as a learning project to handle Microsoft Office applications using C#.

Features

  • Write articles using a Windows Form.
  • Save articles as Word documents.

Prerequisites

  • Microsoft Visual Studio
  • .NET Framework
  • Microsoft Office Interop Word

Setup

To get started, ensure you have the necessary packages:

Install-Package Microsoft.Office.Interop.Word

Usage

  1. Clone the repository:
    git clone https://github.com/ahsanGoheer/Word-Article-Writer.git
  2. Open the solution in Visual Studio.
  3. Build and run the application to start writing and saving your articles.

Contributing

Feel free to fork this project and contribute to enhancing its features. Please ensure to keep your code clean and well-documented.

License

This project is licensed under the MIT License - see the LICENSE file for details.