<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>TX Text Control Source Code Library</title>
    <link>http://www.textcontrol.com/downloads/library/</link>
    <description>The code snippets in the following sections may be downloaded and used freely. They are intended to assist in the learning of TX Text Control. For those samples which the TX Text Control Department have written free support is offered - please post your questions in to the forum.</description>
    <image>
      <url>http://www.textcontrol.com/images/tx_text_control_rss_logo.gif</url>
      <title>TX Text Control Source Code Library</title>
      <link>http://www.textcontrol.com/downloads/library/</link>
    </image>
    <language>en</language>
    <ttl>10080</ttl>
    <pubDate>Sat, 10 May 2008 19:52:17 +0200</pubDate>
    <generator>RSS 2.0 Writer v1.5 @ www.textcontrol.com</generator>
    <item>
      <title>Printing into a PrintPreview control</title>
      <description>This sample illustrates how to print to the default PrintPreview control of .NET. The same approach can be used when other third-party print preview controls should be used with TX Text Control.</description>
      <link>http://www.textcontrol.com/downloads/library/printing/preview2/</link>
      <pubDate>Tue, 11 Mar 2008 10:00:00 +0100</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/printing/preview2/tx_printpreview_sample.zip" length="14432" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/printing/preview2/</guid>
    </item>
    <item>
      <title>Adding watermarks to printed pages</title>
      <description>This sample illustrates how to preview and print watermarks on a page. The PrintDocument is used to change the returned Graphics object.</description>
      <link>http://www.textcontrol.com/downloads/library/printing/watermarks/</link>
      <pubDate>Fri, 25 Jan 2008 10:00:00 +0100</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/printing/watermarks/tx_sample_watermark.zip" length="20838" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/printing/watermarks/</guid>
    </item>
    <item>
      <title>Drag and Drop Text in TX Text Control .NET</title>
      <description>This sample demonstrates how to drag and drop text inside TX Text Control .NET.</description>
      <link>http://www.textcontrol.com/downloads/library/drag/text/</link>
      <pubDate>Mon, 12 Nov 2007 10:00:00 +0100</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/drag/text/tx_text_tricks.zip" length="10391" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/drag/text/</guid>
    </item>
    <item>
      <title>How to use TX Text Control .NET in a WPF application</title>
      <description>This article shows how to use TX Text Control .NET in a Windows Presentation Foundation application. TX Text Control .NET is completely compatible and can be integrated effortlessly.</description>
      <link>http://www.textcontrol.com/downloads/library/other/wpf/</link>
      <pubDate>Wed, 07 Nov 2007 10:00:00 +0100</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/other/wpf/txDotnetInWpf.zip" length="16336" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/other/wpf/</guid>
    </item>
    <item>
      <title>Legal documents: Display line numbers on the page margin</title>
      <description>This sample shows how to display line numbers on the page margin. It uses GDI+ to render the text on TX Text Control.</description>
      <link>http://www.textcontrol.com/downloads/library/page/lines/</link>
      <pubDate>Mon, 05 Nov 2007 10:00:00 +0100</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/page/lines/tx_sample_line_numbering.zip" length="15211" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/page/lines/</guid>
    </item>
    <item>
      <title>Restarting numbered lists when concatenating documents</title>
      <description>When documents, which contain numbered lists are concatenated, the numbering will be continued for the appended documents. This sample shows how to restart the numbered list.</description>
      <link>http://www.textcontrol.com/downloads/library/other/concatenate/</link>
      <pubDate>Tue, 25 Sep 2007 10:00:00 +0200</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/other/concatenate/tx_lists_restart.zip" length="16377" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/other/concatenate/</guid>
    </item>
    <item>
      <title>Adding a table row after pressing tab in last table cell</title>
      <description>This sample shows how to add an additional table row to the end of a table when the user presses tab in the last cell of the current table.</description>
      <link>http://www.textcontrol.com/downloads/library/tables/tabaddrow/</link>
      <pubDate>Tue, 18 Sep 2007 10:00:00 +0200</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/tables/tabaddrow/tx_sample_addtablerowtab.zip" length="14836" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/tables/tabaddrow/</guid>
    </item>
    <item>
      <title>Setting the zoom factor using the mouse wheel</title>
      <description>This sample shows how to use the mouse wheel to specify the current zoom factor.</description>
      <link>http://www.textcontrol.com/downloads/library/page/zoom/</link>
      <pubDate>Mon, 20 Aug 2007 10:00:00 +0200</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/page/zoom/tx_mouse_zoom.zip" length="14142" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/page/zoom/</guid>
    </item>
    <item>
      <title>Drag and drop images into TX Text Control</title>
      <description>This basic sample illustrates how to drag and drop images from the Windows File Explorer into TX Text Control, using the drag and drop events implemented in TX Text Control.</description>
      <link>http://www.textcontrol.com/downloads/library/images/drag/</link>
      <pubDate>Wed, 08 Aug 2007 10:00:00 +0200</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/images/drag/tx_drag_images.zip" length="13800" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/images/drag/</guid>
    </item>
    <item>
      <title>Restarting a numbered list</title>
      <description>This basic sample application illustrates the correct way of restarting a numbered list.</description>
      <link>http://www.textcontrol.com/downloads/library/other/restart/</link>
      <pubDate>Wed, 08 Aug 2007 10:00:00 +0200</pubDate>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Support Department</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">TX Text Control Source Code Library</dc:publisher>
      <enclosure url="http://www.textcontrol.com/downloads/library/other/restart/tx_restart_lists.zip" length="13696" type="application/zip"></enclosure>
      <guid isPermaLink="true">http://www.textcontrol.com/downloads/library/other/restart/</guid>
    </item>
  </channel>
</rss>
