I wanna make some kind of funny application where I write in a textbox "Hay man" then press a button the text change to "man Hay" and so on even with increasing words on the textbox
So I need to know how to:
1) make VB see that this is a "space" so it can differentiate between words
2) How to make it ignore symbols like in sentence "Hay, how are you?" which suppose to be written as after pressing the button "you are how hay"
Thanks for reading!
-Sorry I am still a noob