Unregistered
November 4, 2002, 16:42:24
Trying to use the Tx TextControl v10 ActiveX in VB.NET.
As I haven't seen the .NET version yet, I'm trying the ActiveX.
Will use it if it gets through all my tests!
One problem though.
When using the SaveToMemory (or SaveToMemberyBuffer) I get aout of memory. The wrapper class created defines the buffer as an .NET objects. I I guess thats the problem.
Examples I've tried:
myString=oWin.AxTXTextControl1.SaveToMemoryBuffer("", 4)
myString=oWin.AxTXTextControl1.SaveToMemoryBuffer( myString, 4)
myString=oWin.AxTXTextControl1.SaveToMemory(4)
As this is my only problem left, it would be a pity to stop now...
/Marcus
This message was originally posted by Marcus H in the old TX Text Control Support Forum.
As I haven't seen the .NET version yet, I'm trying the ActiveX.
Will use it if it gets through all my tests!
One problem though.
When using the SaveToMemory (or SaveToMemberyBuffer) I get aout of memory. The wrapper class created defines the buffer as an .NET objects. I I guess thats the problem.
Examples I've tried:
myString=oWin.AxTXTextControl1.SaveToMemoryBuffer("", 4)
myString=oWin.AxTXTextControl1.SaveToMemoryBuffer( myString, 4)
myString=oWin.AxTXTextControl1.SaveToMemory(4)
As this is my only problem left, it would be a pity to stop now...
/Marcus
This message was originally posted by Marcus H in the old TX Text Control Support Forum.