I am in need of some help with my coding. I am new to VB. I am trying to develop a simple program that determines if the characters entered into textbox1 equal the characters entered into textbox2, and vice versa after I click a Check button.
Also every character entered into textbox1 must appear at least once in textbox2. And every character entered into textbox2 must appear at least once in textbox1.
For example "aabcdd" in textbox1 contains the same characters in "dcba" in textbox2
If the conditions above are not met then a message needs to be displayed saying that they do not equal one another.
Any help would be greatly appreciated. Thanks!
Also every character entered into textbox1 must appear at least once in textbox2. And every character entered into textbox2 must appear at least once in textbox1.
For example "aabcdd" in textbox1 contains the same characters in "dcba" in textbox2
If the conditions above are not met then a message needs to be displayed saying that they do not equal one another.
Any help would be greatly appreciated. Thanks!
Comment