First char after a blank space in Uppercase? [RESOLVED]
Hi again.
I making a project for school
in a textbox i must enter a name and it show the first character after a blank space in Uppercase
if i enter mike jordan the textbox must show Mike Jordan
I do a function but i have problems using the Backspace and Delete keys. The teacher want to do this with the keypress event, so i do this function but with my programing skill i cant do more. I hope you can help me.
This is the function maybe it can be optimized for a better code and i put the vb project.