Everytime someone types something into a text box I want the first letter of every word to be a capitol....for example turn every letter capitol after every space.
so in the keypress event
if someone typed
john carl
it would change it to John Carl
-------------------------------
How would i go about doing that?




Reply With Quote