Document Editor in C# .NET FrameworkDocument Editor in C# .NET Framework
This is a document editor software written in C# (.NET framework, Visual Studio 2019). You can align texts, create tables, etc.Document Editor in C# .NET Framework
This is a document editor software written in C# (.NET framework, Visual Studio 2019). You can al...Overview
This is a simple document editor software written in C# (.NET framework). This
software can only do very basic things, as it can be used to build, modify
and further develop is as own project. You can align selected text or edit
its properties like font size, font style, text color. It has a color picker
and save dialog too.
Features
- Text alignment
- Background colors
- Insert images
- Insert, modify tables
- Font size
- Font style
- Font color
And more...
Requirements
- Microsoft Visual Studio 2019 or better (to edit, run and debug project)
- .NET framework 2.0 or better (it usually comes with Visual Studio)
- Basic C# knowledge (to edit the code)
Instructions
1. Assume that you are now inside the project directory (Docs)
2. Open Docs.sln with Visual Studio to modify or debug the code.
3. Wait to load
4. Once loaded, navigate to the Form1.cs file to edit the code (located between
the tabs above). To edit the design, navigate to the tab named Form1.cs [Design].
5. Everything in the code is commented out, so you can very easily determine what
does what.
Other items by this author
Category | Scripts & Code / C# |
First release | 3 June 2022 |
Last update | 3 June 2022 |
Files included | .cs, .csproj, .dll |
Tags | C#, editor, document, edit, document editor, align, petyadev, align texts |