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#.
- Write articles using a Windows Form.
- Save articles as Word documents.
- Microsoft Visual Studio
- .NET Framework
- Microsoft Office Interop Word
To get started, ensure you have the necessary packages:
Install-Package Microsoft.Office.Interop.Word
- Clone the repository:
git clone https://github.com/ahsanGoheer/Word-Article-Writer.git
- Open the solution in Visual Studio.
- Build and run the application to start writing and saving your articles.
Feel free to fork this project and contribute to enhancing its features. Please ensure to keep your code clean and well-documented.
This project is licensed under the MIT License - see the LICENSE file for details.