0

我们在我们的一个 Windows 应用程序中使用 devexpress RichEditControl。要在该控件中搜索任何文本,用户必须按 Ctrl + F,然后会出现一个小的查找文本框。当我输入正常单词并搜索时,一切正常。

但是,当我选择正则表达式模式并在文本框中键入“*”进行搜索时。它给了我一个巨大的错误信息。

此错误和消息来自 devexpress DLL,我无法捕捉到它或显示无效的正则表达式消息。

如果 Devexpress 有办法让richeditcontrol 允许开发人员编写正则表达式搜索功能或捕获错误,请告知

4

1 回答 1

0

Make sure that you have followed instructions from this article and entered a valid regular expression.

If the issue is still persists, contact the DX Support Team.

于 2012-03-14T18:57:03.183 回答