PDA

View Full Version : Using TX objects with no windows handles


Unregistered
November 1, 2002, 19:13:01
I am tying to create a windows service that uses the the TX objects purely for its RTF capabilities. When I instantiate the objects in this manner non of the RTF functionality works, for instance if I set RTFSelText property to somthing it does not accept my input and stays empty, but if I do the same thing in a project with winforms I can set this property with no problem.


My question is: IS there anyway to use the RTF capabilities of your objects without using windows forms and handles?


This message was originally posted by James Fedor in the old TX Text Control Support Forum.

Unregistered
November 5, 2002, 08:20:26
We've had success using Tx9 in C++ with the window size set to (0,0) but not without a window.


This message was originally posted by Dave Simmons in the old TX Text Control Support Forum.