PDA

View Full Version : Find


Unregistered
January 10, 2003, 16:52:32
I would like to Find as string, but no messagebox when string is not found.

--> wPos = Me.txText.Find(wString, 0, TXTextControl.FindOptions.NoMessageBox)

Error = Value of type 'Integer' cannot be converted to 'TXTextControl.FindOptions'.

Any suggestions?

Using win2000, vb.net, TXText 10.0.Net (Eval)


This message was originally posted by Alex M in the old TX Text Control Support Forum.

Meik Dankleff
January 13, 2003, 17:35:33
The Find methods works without problems here. We are releasing a .NET sample for spell checking tonight which uses exactly the above call and works. Please check that.


This message was originally posted by Meik Dankleff in the old TX Text Control Support Forum.