Unregistered
November 4, 2002, 17:52:38
Hello i'm new in the Tx Text Control.
I want to know how i can insert in the Tx Text Control one ecuation from the Ecuation's Editor of Windows. Please help me. Thanks.
Oliver EC
This message was originally posted by Oliver Espinosa in the old TX Text Control Support Forum.
Björn Meyer
November 5, 2002, 18:17:39
Hello Oliver
You can use the ObjectInsertAsChar or the ObjecInsertFixed method to insert OLE objects into the TX Text Control. They can be inserted through their programmatic identifier or you can open up a list of insertable objects using these parameters:
TX1.ObjectInsertAsChar 1, 0, -1, 100,100, 0, 0
Björn Meyer, TX Text Control
This message was originally posted by Björn Meyer in the old TX Text Control Support Forum.
Unregistered
November 6, 2002, 19:57:25
Hello Björn Meyer, thanks for your code now i can insert a Microsoft Equation Object in my Tx Text Control. But now ufff when i run the line:
TX1.ObjectInsertAsChar 1, 0, -1, 100,100, 0, 0
Visual Basic create a error number, the number of the error is 0 (zero). After that the applicaction ends (bad to me).
Please can you help me now to know what's the reason of that error number, is the code, my proyect or what?.
Again Thanks
Oliver EC
This message was originally posted by Oliver Espinosa in the old TX Text Control Support Forum.