Hi all..
How to check a TextBox in vb if it contains profanity.
For example : If Textbox2 = "xxbadxx"
and i have a list of profanity words in a text file called (lists) and "bad" is apart of that list then make an action such as
msgbox("please no profanity!")
and then cancel the submit button.
How?
Thanks..
How to check a TextBox in vb if it contains profanity.
For example : If Textbox2 = "xxbadxx"
and i have a list of profanity words in a text file called (lists) and "bad" is apart of that list then make an action such as
msgbox("please no profanity!")
and then cancel the submit button.
How?
Thanks..