luke101
May 1st, 2003, 08:11 PM
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.
|
Click to See Complete Forum and Search --> : Using Tab in Rich textbox luke101 May 1st, 2003, 08:11 PM 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. nunny May 3rd, 2003, 11:03 AM Use the Keypress event, add 4 spaces to the text, and then change the code to a 32 before exiting as well. luke101 May 3rd, 2003, 08:54 PM wow...thanx alot i didnt think about that codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |