Hello I am trying to use the tab key in the Richtextbox but instead it goes to the next control on the form. How can I make the cursor move 5 spaces in the rich textbox? I will appreciate any help.
Printable View
Hello I am trying to use the tab key in the Richtextbox but instead it goes to the next control on the form. How can I make the cursor move 5 spaces in the rich textbox? I will appreciate any help.
Use the Keypress event, add 4 spaces to the text, and then change the code to a 32 before exiting as well.
wow...thanx alot i didnt think about that