Text Control
  • Products
  • Technologies
  • Demos
  • Docs
  • Blog
  • Support
  • Company
  • My Licenses

Text Control Products

WEB, SERVER AND CLOUD

ASP.NET Core .NET 8 .NET 9 .NET 10 Angular Blazor React JavaScript

  • TX Text Control .NET Server Popular33.0 Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.
  • Download Trial
  • Trial Access Token
ASP.NET Angular Blazor JavaScript React
Getting started with:
  • ASP.NET Core
  • Angular
  • Blazor
  • JavaScript
  • React

DESKTOP

Windows Forms .NET 8 .NET 9 .NET 10 .NET Framework

  • TX Text Control .NET for WinForms 33.0 Document processing and editing for Windows Forms applications.
  • TX Text Control Express 33.0 Free for private and non-commercial use.
  • TX Spell .NET 11.0 Powerful spell checking and language tools for Windows Forms based applications.

WPF .NET 8 .NET 9 .NET 10 .NET Framework

  • TX Text Control .NET for WPF 33.0 Document processing and editing for WPF applications.
  • TX Spell .NET 11.0 Powerful spell checking and language tools for WPF based applications.

ActiveX VB6

  • TX Text Control ActiveX Document processing for COM-based applications built in Visual Basic 6.

HOSTED CLOUD

Cloud Web API

  • ReportingCloud "Pay-per-document", hosted document creation Web API.

LOW CODE PLATFORM

Angular React JavaScript

  • DS Server 3.4.0 Low-Code backend for web applications to bring document processing and editing to any app on any platform.

Core Technologies

Our libraries - built around our core technologies - help developers add deep functionality document processing to web, mobile, cloud and desktop applications.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

Contact Us or Schedule Meeting

  • Reporting Combine powerful reporting and an easy-to-use MS Word compatible word processor
  • Editing Cross-browser, cross-platform document editor to edit MS Word compatible documents.
  • PDF Processing Create and process PDF document workflows into business applications.
  • Signatures Electronic signature workflows for your applications.
  • Viewing Share documents with form fields and collaboration features.
  • Workflow Automate collaboration processes and speed up the complete document workflow.

Text Control Documentation

The documentation provides an overview of the complete product range, including getting started tutorials, technical articles and reference guides.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

New Ticket

ASP.NET

  • TX Text Control .NET Server
  • TX Spell .NET

Windows Forms

  • TX Text Control .NET
  • TX Spell .NET

WPF

  • TX Text Control .NET
  • TX Spell .NET

ActiveX

  • TX Text Control ActiveX

Angular

  • Client-Side Packages for TX Text Control

Text Control Blog

The Text Control Blog is the central information channel for all products, developed by Text Control. We post news updates, product information, sample applications, technical articles, tutorials and conference reports several times per week. Subscribe to the feed today.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

Read Blog

Add JavaScript to PDFs with TX Text Control in C# .NET: Time-Based Alerts Made EasyAdd JavaScript to PDFs with TX Text Control in… June 13, 2025
DWX Developer Week 2025: New City, New Venue - Same Great ExperienceDWX Developer Week 2025: New City, New Venue -… June 11, 2025
Convert MS Word DOCX to PDF including Text Reflow using .NET C# on LinuxConvert MS Word DOCX to PDF including Text… June 10, 2025
Use MailMerge in .NET on Linux to Generate Pixel-Perfect PDFs from DOCX TemplatesUse MailMerge in .NET on Linux to Generate… May 27, 2025
  • Reporting
  • WPF
  • ReportingCloud
  • PDF
  • Angular
  • .NET
  • HTML5
  • Sample
  • Conference
  • ASP.NET
  • Corporate
  • Release
  • ASP.NET Core
  • Windows Forms
  • Tutorial
  • DS Server

Text Control Support

The Text Control Support section offers links to all technical resources related to Text Control, including documentation, getting started guides, FAQs and links to interesting blog articles.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

New Ticket

  • Overview
  • Documentation
  • Known Issues
  • AI Chat Client

About Text Control

Text Control is an award-winning Visual Studio Industry Partner and leading vendor of word processing and reporting components for Windows, web and mobile development technologies.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

Contact Us or Schedule Meeting

  • Overview
  • Consulting
  • Partner Program
  • Customers
  • Careers
  • Events
  • Newsletter
    • Subscribe
    • Unsubscribe
  • Legal
    • Privacy Policy
    • Legal Notices
Text Control

Deploying TX Text Control .NET Applications Using ClickOnce

Next Previous

Deploying TX Text Control .NET Applications Using ClickOnce

Bjoern Meyer by Bjoern Meyer| March 24, 2011 | Sample

Summary

Deploying your Windows Forms or WPF applications using ClickOnce has huge advantages over a traditional setup deployment. The user only has to click a link on a website in order to install the application. Additionally, as a developer, you can publish updates to a server that are automatically downloaded to the clients to update the…

Deploying applications using Microsoft ClickOnce

Deploying your Windows Forms or WPF applications using ClickOnce has huge advantages over a traditional setup deployment. The user only has to click a link on a website in order to install the application. Additionally, as a developer, you can publish updates to a server that are automatically downloaded to the clients to update the application.

Thanks to Microsoft Visual Studio, the publishing process is straightforward. But there are some details you need to know to deploy your TX Text Control applications smoothly.

  1. Adding the TX Text Control redistributables

    The TX Text Control redistributables are split into separate files to save disk space when some files are not required. Therefore, all files must be added to the project before the application can be published.

    Assuming that you created an application in Visual Studio, select the project in the Solution Explorer and select Add Existing Item... from the Project main menu. In the opened dialog, browse for the Bin or Bin64 directory in the TX Text Control installation folder and add all files to the current project. Please refer to the TX Text Control documentation to learn when to deploy 32bit or 64bit files.

    Deploying applications using Microsoft ClickOnce

  2. In the next step, the files must be added as Content to the project. Select the added files in the Solution Explorer and set the Build Action to Content and the Copy to Output Directory to Copy always.

    Deploying applications using Microsoft ClickOnce Deploying applications using Microsoft ClickOnce

  3. Adjusting the ClickOnce settings

    Open the project's properties by clicking the Properties... menu item in the Project main menu (ensure that you selected the project in the Solution Explorer).

    Open the Signing tab page and check Sign the ClickOnce manifests checkbox. Visual Studio is creating a test certificate automatically when publishing the application. Refer to Visual Studio's documentation when you need to add your own certificate.

    Deploying applications using Microsoft ClickOnce

    In the Security tab page, enable the ClickOnce security settings and choose This is a full trust application.

    Deploying applications using Microsoft ClickOnce

    Open the Publish tab page and click on the Application Files... button to open the appropriate dialog. Ensure that the Publish Status is set to Include for all files and confirm with OK.

    Deploying applications using Microsoft ClickOnce

    Now, your application is ready to be published. You can click the Publish Wizard... or Publish Now button to deploy your application.

Related Posts

Windows Forms WPF

Create a Table of Contents in Windows Forms using C#

by Malin Teegen| January 23, 2023

This article explains how to create a table of contents in Windows Forms using the ribbon or programmatically. Creating a table of contents is required to organize large documents. For example if you write a thesis or paper with different chapters. It also gives a good overview of the structure of the document.

.NET Framework TOC .NET Sample Table of Contents
ASP.NET Windows Forms WPF

Official TX Text Control .NET Sample Applications Are Now Hosted on GitHub

by Gordon Suhr| January 8, 2023

This article gives a quick overview of the new TX Text Control .NET GitHub repositories. We will dive into their structure, content and our plans for the future.

GitHub .NET 6 .NET Framework Sample
ASP.NET

Detect Toggle Button Changes Using a MutationObserver

by Malin Teegen| November 11, 2021

This article shows how to detect changes of toggle buttons in the ribbon of the web editor using a MutationObserver. The state of a toggle button in the ribbon visualizes the state of a certain property. For example a toggled list button shows, that the current input position belongs to a list.

Document Editor HTML5 JavaScript MVC Ribbon Sample
Windows Forms

Two Ways to Restart Numbered Lists in TX Text Control

by Malin Teegen| November 3, 2021

In TX Text Control, numbered lists are continued by default and need to be reset when required. There is more than one way if you want to restart numbered lists in a document. In this article, two different approaches will be outlined.

List .NET Sample Styles

Popular Products

  • TX Text Control .NET Server for ASP.NET
  • Client-Side Packages (Angular, React)
  • TX Text Control .NET for Windows Forms
  • TX Text Control .NET for WPF
  • DS Server

Technologies

  • Reporting
  • Document Editing
  • PDF Processing
  • Electronic Signatures
  • Document Viewing

Get Products

  • Trial Access Token
  • Free Trials
  • Online Store

Resources

  • Blog
  • Demos
  • Documentation
  • Events

Getting Started

  • ASP.NET Core
  • ASP.NET
  • Angular
  • React
  • Blazor
  • JavaScript
  • Windows Forms
  • WPF

Support

  • Open Support Case
  • Support FAQ
  • Sales FAQ

Ready To Talk?

  • Contact Us
  • USA: +1 704-544-7445
  • Germany: +49 421 42706710
  • Follow Us

Text Control

Text Control is an award-winning vendor of document processing and reporting components for Windows, web, cloud and mobile development technologies.

We ♥ documents.

Sign in Company Contact Us Privacy Policy Legal Notices

Copyright © 2025 Text Control, LLC. All rights reserved. Legal Notices.

TX Text Control, DS Server, ReportingCloud and other product names used herein might be trademarks or registered trademarks of Text Control, LLC and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.