<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>TX Text Control Community - TX Text Control .NET</title>
		<link>http://forums.textcontrol.com/</link>
		<description>Please use this forum for TX Text Control .NET support only. If you need support for a different product, please use the appropriate forum.</description>
		<language>en</language>
		<lastBuildDate>Wed, 08 Sep 2010 19:36:54 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.textcontrol.com/images/misc/rss.jpg</url>
			<title>TX Text Control Community - TX Text Control .NET</title>
			<link>http://forums.textcontrol.com/</link>
		</image>
		<item>
			<title>Load issue</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323612&amp;goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 08:25:50 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I' m just doing my first tries with TX Text Control . 
 
I try to open a RTF-File: 
 
// rtfTxControl is placed in a Form 
rtfTxControl.Load(Path, StreamType.RichTextFormat); 
alternative 
rtfTxControl.Load(Path, StreamType.All);]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I' m just doing my first tries with <i>TX Text Control </i>.<br />
<br />
I try to open a RTF-File:<br />
<br />
// rtfTxControl is placed in a Form<br />
rtfTxControl.Load(Path, StreamType.RichTextFormat);<br />
alternative<br />
rtfTxControl.Load(Path, StreamType.All);<br />
<br />
In both cases I get <br />
 (Exception from HRESULT: 0x80070006 (E_HANDLE))<br />
<br />
Reading this file with TX Text Control sample works.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>Werner Perplies</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323612</guid>
		</item>
		<item>
			<title>Service Pack question</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323607&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 22:36:38 GMT</pubDate>
			<description><![CDATA[I'm using .NET 15.1. I just ran the setup files for SP2 and SP3. How can I tell if the service packs have been installed correctly? It seems as though nothing has changed.]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm using .NET 15.1. I just ran the setup files for SP2 and SP3. How can I tell if the service packs have been installed correctly? It seems as though nothing has changed.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>ericnetuser</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323607</guid>
		</item>
		<item>
			<title>Paragraphs and style within a Header</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323606&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 19:50:52 GMT</pubDate>
			<description>The problem that I am trying to solve: 
 
I am adding a header to a TX Text Control (v15.1 SP3) - this appears in the control as expected (this was done using some of the examples given on this site).  What I would then like to do is to then add some more information to the header and apply a...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>The problem that I am trying to solve:<br />
<br />
I am adding a header to a TX Text Control (v15.1 SP3) - this appears in the control as expected (this was done using some of the examples given on this site).  What I would then like to do is to then add some more information to the header and apply a different style (so that the 2 pieces of information are now both shown but with different styles and alignment) - an example might be the company name (left justified) and the date (right justified) both potentially having different fonts and sizes.<br />
<br />
If I was doing this in the body of the document I would use the textcontrol1.append method to insert the text as a paragraph which then allow me to set the 'FormattingStyle' of the paragraph to the pre-defined 'ParagraphStyle'.  Any changes then made to the style are then reflected in each paragraph that uses that style.<br />
<br />
How can I acheive this effect within the header of the document?<br />
<br />
Steve.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>SteveD</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323606</guid>
		</item>
		<item>
			<title>new document</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323603&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 10:28:17 GMT</pubDate>
			<description>Hi, 
 
how I can make a new document,  
like TextControl.NewDocument()?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
how I can make a new document, <br />
like TextControl.NewDocument()?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>asamoylenko</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323603</guid>
		</item>
		<item>
			<title>Watermark in document</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323594&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 15:01:11 GMT</pubDate>
			<description>I have read all of the threads about watermark and know that they are not currently supported in TX Text Control, but has anyone had success implementing them in another way?  They are very important to my clients. 
 
I wonder if they can be implemented with a transparent graphics object drawn over...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have read all of the threads about watermark and know that they are not currently supported in TX Text Control, but has anyone had success implementing them in another way?  They are very important to my clients.<br />
<br />
I wonder if they can be implemented with a transparent graphics object drawn over the form.  I tested this using timers and TX Text Control's Changed event and it worked ok but had some flicker.  Has anyone figured out a good way of implementing watermark?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>laplace</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323594</guid>
		</item>
		<item>
			<title>numbered lists to text</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323593&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 12:11:28 GMT</pubDate>
			<description>hello, 
 
how would i go about transforming a numbered list like: 
 
a.   option 1 
b.   option 2 
c.   option 3 
 
to straight text programmatically ?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hello,<br />
<br />
how would i go about transforming a numbered list like:<br />
<br />
a.   option 1<br />
b.   option 2<br />
c.   option 3<br />
<br />
to straight text programmatically ?<br />
<br />
when i select the numbered list and look in my<br />
<br />
myDocument.selected.Text<br />
<br />
i only see:<br />
<br />
option 1<br />
option 2<br />
option 3<br />
<br />
is there a way i can see the a. b. and c. as well ?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>tomschuring</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323593</guid>
		</item>
		<item>
			<title>line number of position</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323591&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 12:30:11 GMT</pubDate>
			<description>hello, 
 
is there an example that shows how i can find the line number of a position in a document ? 
 
for example, i found my position with: 
 
 
Code: 
--------- 
searchpos = myTxtDocument.Find(searchstr, 0,TXTextControl.FindOptions.NoMessageBox);</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hello,<br />
<br />
is there an example that shows how i can find the line number of a position in a document ?<br />
<br />
for example, i found my position with:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">searchpos = myTxtDocument.Find(searchstr, 0,TXTextControl.FindOptions.NoMessageBox);</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->where searchpos is a number of the first character..<br />
<br />
how can i convert this position back to a line-number ?<br />
<br />
best regards,<br />
tom</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>tomschuring</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323591</guid>
		</item>
		<item>
			<title>Release date for next TXTextControl version</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323588&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 19:19:49 GMT</pubDate>
			<description>Hi, 
We are using TXTextControl 15.0 and planning to upgrade it to the available newer version. Our development schedule is up to December 2010. Can you let us know if any new version higher than v15.1 sp3 is about to release before this October end? Also it will be helpful if we have your...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
We are using TXTextControl 15.0 and planning to upgrade it to the available newer version. Our development schedule is up to December 2010. Can you let us know if any new version higher than v15.1 sp3 is about to release before this October end? Also it will be helpful if we have your recommendation on whether we have to wait for the next version or to go ahead and upgrade to current latest available version.<br />
Thanks in advance.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>tirthankar</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323588</guid>
		</item>
		<item>
			<title>Changing a ParagraphStyle</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323586&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 13:59:11 GMT</pubDate>
			<description>I have a TextControl that has a number of ParagraphStyles defined.  When I am adding text to the control, I am setting the selection.FormattingStyle to one of the defined ParagraphStyles. 
 
If I then make a change to the ParagraphStyle, how do I reflect that change in all the places in the...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have a TextControl that has a number of ParagraphStyles defined.  When I am adding text to the control, I am setting the selection.FormattingStyle to one of the defined ParagraphStyles.<br />
<br />
If I then make a change to the ParagraphStyle, how do I reflect that change in all the places in the document where it has been used?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>SteveD</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323586</guid>
		</item>
		<item>
			<title><![CDATA[Code generation for property 'XmlEditMode' failed.]]></title>
			<link>http://forums.textcontrol.com/showthread.php?t=323583&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 07:14:39 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I write a component and use TXTextControl. 
I get allways this message "Code generation for property 'XmlEditMode' failed." (see attach). 
 
Can you please help me. thanks. 
 
best regards, 
Alexander]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I write a component and use TXTextControl.<br />
I get allways this message &quot;Code generation for property 'XmlEditMode' failed.&quot; (see attach).<br />
<br />
Can you please help me. thanks.<br />
<br />
best regards,<br />
Alexander</div>


	<br />
	<div style="padding:6px">

	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>asamoylenko</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323583</guid>
		</item>
		<item>
			<title>Changing the character case</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323581&amp;goto=newpost</link>
			<pubDate>Wed, 25 Aug 2010 10:03:19 GMT</pubDate>
			<description><![CDATA[I've previously posted on this forum regarding changing the case of the text within the TX Text Control (e.g. upper case to lower case etc).  The answers that were given referred me to some examples available from this site which do work by replacing a character at a time. 
 
The problem that I now...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I've previously posted on this forum regarding changing the case of the text within the TX Text Control (e.g. upper case to lower case etc).  The answers that were given referred me to some examples available from this site which do work by replacing a character at a time.<br />
<br />
The problem that I now have is the following scenraio:<br />
<br />
I have a 'selection' within the TX control that I need to change the case of - for example upper to lower. This selection contains a TextField.<br />
<br />
If I follow the solution from previous posts, then I would be walking through the selection, character by character changing the case as I went.  The result is that the TextField is no longer regarded as a TextField (it is now simply a string of converted text.<br />
<br />
Is there a way in which I can change the case of the characters within the selection without losing the TextFields within the selection.<br />
<br />
Thanks<br />
Steve.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>SteveD</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323581</guid>
		</item>
		<item>
			<title>TableCell Property</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323579&amp;goto=newpost</link>
			<pubDate>Mon, 23 Aug 2010 12:53:04 GMT</pubDate>
			<description>Hi, 
 
how I can get the Properties of TableCell such as horizontal alignment, font name, font size, font color? 
 
thanks, 
Alexander</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
how I can get the Properties of TableCell such as horizontal alignment, font name, font size, font color?<br />
<br />
thanks,<br />
Alexander</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>asamoylenko</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323579</guid>
		</item>
		<item>
			<title>PageNumberField</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323578&amp;goto=newpost</link>
			<pubDate>Mon, 23 Aug 2010 12:44:35 GMT</pubDate>
			<description>Is it possible to set the fontname and fontsize of a PageNumberField?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Is it possible to set the fontname and fontsize of a PageNumberField?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>SteveD</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323578</guid>
		</item>
		<item>
			<title>ParagraphStyles Font property read only</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323576&amp;goto=newpost</link>
			<pubDate>Mon, 23 Aug 2010 10:58:14 GMT</pubDate>
			<description>I wrote this code and placed it in a subroutine which I call in the Form Load event. I did this to use the navigation by line as a tree menu. The font property, however, does not work as written. I have commented it out, otherwise the font comes up a .7 size. this is one of the styles that loads in...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I wrote this code and placed it in a subroutine which I call in the Form Load event. I did this to use the navigation by line as a tree menu. The font property, however, does not work as written. I have commented it out, otherwise the font comes up a .7 size. this is one of the styles that loads in the combobox.<br />
<br />
<b>How can I add font size to the styles? </b> why can't I use .par1.fontsize or par1.fontname?<br />
<br />
Dim par1 As TXTextControl.ParagraphStyle = New TXTextControl.ParagraphStyle(&quot;Heading1&quot;)<br />
        par1.Bold = True<br />
        'par1.FontName = &quot;verdana&quot;<br />
        par1.ParagraphFormat.Alignment = TXTextControl.HorizontalAlignment.Center<br />
        TextControl1.ParagraphStyles.Add(par1)<br />
        TextControl1.Select(0, 0)<br />
        TextControl1.Selection.FormattingStyle = &quot;Heading1&quot;<br />
End Sub<br />
<br />
I used this in Form Load to prevent the .7 font size<br />
<br />
Dim F As New Font(&quot;Times&quot;, 12)<br />
        TextControl1.Font = F<br />
<br />
I want the form font to revert to normal after applying a given style.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>ddsharper</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323576</guid>
		</item>
		<item>
			<title>Hello</title>
			<link>http://forums.textcontrol.com/showthread.php?t=323574&amp;goto=newpost</link>
			<pubDate>Sun, 22 Aug 2010 08:27:18 GMT</pubDate>
			<description><![CDATA[Hi forum, 
I'm very glad I found this control, I was looking for a .NET HTML Editor for using in my VB.NET application and finally found a reliable commercial component! 
I am migrating from old Microsoft DHTMLEdit COM Component. 
I've got a few questions and preferred to ask here rather than...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi forum,<br />
I'm very glad I found this control, I was looking for a .NET HTML Editor for using in my VB.NET application and finally found a reliable commercial component!<br />
I am migrating from old Microsoft DHTMLEdit COM Component.<br />
I've got a few questions and preferred to ask here rather than submitting a support request, maybe someone else has the same question as me and can read it later::<br />
<br />
1. TXTextControl.Load and TXTextControl.Save, can I have my own OpenFileDialog with my settings and just pass the path to TXTextControl so it opens it? I found that TXTextControl.Load will open its own OpenFileDialod and we cannot change the settings?<br />
<br />
2. Is there a TXTextControl.IsDirty property we can check if document has changed?<br />
<br />
3. Is there a TXTextControl.CurrentDocumentPath to return the current path of saved document?<br />
<br />
4. How can I just enable saving as HTML for TXTextControl.Save? I don't want my user to save in any other format. And also each time I call TXTextControl.Save it opens the SaveDialog, it should save it w/o opening that windows in the next times!!!<br />
<br />
5. Is there something like TXTextControl.DocumentHTML so we can inject our HTML code directly into the control w/o loading a file?<br />
<br />
Sorry for the newbie questions :)</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?f=2">TX Text Control .NET</category>
			<dc:creator>sima_jjj</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?t=323574</guid>
		</item>
	</channel>
</rss>
