textbox find and replace vb

The solution for “textbox find and replace vb” can be found here. The following code will assist you in solving the problem.

If TextBox1.Text.Contains(“a”) Then
TextBox1.Text = TextBox1.Text.Replace(“a”, “c”)
End If

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts