Hans-Arno - 2005-07-17

Logged In: YES
user_id=1124486

I think I just solved that problem for me:
in the Find-Event of the FindDialog just try:
<code:bcb>
TSynSearchOptions opt;

rteQuelle->SearchReplace(dlgFind->FindText, "", opt);
</code>

rteQuelle is the SynEdit -Control
dlgFind is the standard Find Control
dlgFind->Text is the text to search

I need the code completion to get some Information about
SynEdit - quite hard!

HTH
-Hans-Arno