On Sun, 17 Nov 2013, derox wrote:
> Hi!
>
> I cannot get the RegExp.Replace function to work in a GUI application
> (works wery well with CLI programs though...)
>
> One example is a simple form with tree components TextEdit, TextBox and a
> Button, with the following code:
>
> Public Sub btnFin
Hi!
I cannot get the RegExp.Replace function to work in a GUI application
(works wery well with CLI programs though...)
One example is a simple form with tree components TextEdit, TextBox and a
Button, with the following code:
Public Sub btnFind_Click()
Try txtText.Text = RegExp.Replace(txtTe