in a simple form i have to corlorizedtexbox
when the cursor is on login colorizedtexbox, if user type [tab], the cursor go in pasword colorizedtextboxbut if user type [ENTER], the cursor rest in login zone.
How make for moving the cursor from login zone to paswword zone with the [ENTRE] KEY on the keyboard.
Thank's
Eric
You should be using a TextBox or MaskedTextbox for this type of data entry as they are might lighter weight and this is the type of area for which they are inteded versus an RTF control.