Creator and ReachTextEx(..)

If you are a C/C++/C# developer and have any questions about using our products from your application here is the place to post them.
Post Reply
zaksoft
Posts: 66
Joined: Fri Feb 20 2004

Creator and ReachTextEx(..)

Post by zaksoft »

I'm evaluating the Creator as a viewer and I've used ReachTextEx(..) to implement a Search function using standard MFC Search dialog.

It works and the page cointaing the keyword is displayed, but I dont known how to highlight the serched item, I received back from function acText1 or similar, how can use it to bu in reverse the word ?

TIA
Davide Zaccanti
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

ReachTextEx() will return the name of the text object if the text is found and null if not.

When you get the name of the text object where the object is found you can use the 'BackColor' property to change the back color of this text.

Hope this helps.
Post Reply