PDA

View Full Version : Importing files into TXTextControl


Unregistered
December 6, 2002, 17:33:47
I am using the current evaluation release of TXTextControl .NET, and I want to merge the contents of several files into one TXTextControl.

this was possible using the Activex version using LoadFromMemory(), but I can't to it in .NET using Load() because this method always overwrites the current contents of the control.

How do I insert a file into the current contents of a TXTextControl ?


Cheers
Stephen


This message was originally posted by Stephen Hall in the old TX Text Control Support Forum.

Unregistered
December 9, 2002, 15:23:45
I think you're looking for Selection.Load.


This message was originally posted by Vann Joe in the old TX Text Control Support Forum.

Unregistered
December 10, 2002, 18:17:58
I think I am.

Many thanks.

S


This message was originally posted by Stephen Hall in the old TX Text Control Support Forum.