Inserting MS Word Compatible FORMCHECKBOX Fields
Checkboxes are probably the most commonly used selection elements in paper and web-based forms and questionnaires. Inspired by a customer's project, I built a small sample that shows how to insert and process MS Word compatible checkbox form fields using TX Text Control .NET for Windows Forms. Download the sample from GitHub and test it on your own.

Checkboxes are probably the most commonly used selection elements in paper and web-based forms and questionnaires.
Inspired by a customer's project, I built a small sample that shows how to insert and process MS Word compatible checkbox form fields using TX Text Control .NET for Windows Forms.
Download the sample from GitHub and test it on your own.
Download and Fork This Sample on GitHub
We proudly host our sample code on github.com/TextControl.
Please fork and contribute.
Requirements for this sample
- Visual Studio 2012 or better
- TX Text Control .NET for Windows Forms (trial sufficient)
Windows Forms
Text Control combines the power of a reporting tool and an easy-to-use WYSIWYG word processor - fully programmable and embeddable in your Windows Forms application. TX Text Control .NET for Windows Forms is a royalty-free, fully programmable rich edit control that offers developers a broad range of word processing features in a reusable component for Visual Studio.
Related Posts
Official TX Text Control .NET Sample Applications Are Now Hosted on GitHub
This article gives a quick overview of the new repositories, their structure and our plans for the future.
Applying Paragraph Styles from a Master Template
Styles are typically used to change the formatting consistently across a complete document. Specifically when merging templates using the MailMerge class, it makes sense to keep all styles in a…
Inserting Multipage TIFF Images into TX Text Control
The Tagged Image File Format (TIFF) format is used by many scanning applications, publishing and layout applications and scanners and fax machines. Many scanners create multipage documents…
Windows Forms: Printing Multiple Pages Per Sheet
This sample project implements the class MultipagePrintDocument that inherits from System.Drawing.Printing.PrintDocument to print multiple pages of a document per sheet. The constructor of…
Inserting Watermark Images to All Pages Dynamically
This sample project shows how to create and insert a watermark image on all pages dynamically. Image objects have the Name property to store additional string information with an image. This…