Click here to Skip to main content
16,005,552 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: need help... Pin
Christian Graus22-Jun-08 18:01
protectorChristian Graus22-Jun-08 18:01 
Questionmake textbox display backward Pin
shee_dee8622-Jun-08 14:50
shee_dee8622-Jun-08 14:50 
AnswerRe: make textbox display backward Pin
Christian Graus22-Jun-08 15:29
protectorChristian Graus22-Jun-08 15:29 
Answer[Message Deleted] Pin
John Ad22-Jun-08 19:39
John Ad22-Jun-08 19:39 
GeneralRe: make textbox display backward Pin
Christian Graus22-Jun-08 19:58
protectorChristian Graus22-Jun-08 19:58 
AnswerRe: make textbox display backward Pin
Rajesh Anuhya22-Jun-08 21:53
professionalRajesh Anuhya22-Jun-08 21:53 
GeneralRe: make textbox display backward Pin
Christian Graus22-Jun-08 22:02
protectorChristian Graus22-Jun-08 22:02 
GeneralRe: make textbox display backward Pin
Rajesh Anuhya22-Jun-08 23:36
professionalRajesh Anuhya22-Jun-08 23:36 
@ Christian Graus


If u observe my answer,

very first line i wrote

" Try this code" : that means am not giving conformation it will 100% works. and am not giving 100% Solution. am just giving a suggestion.


and last line i wrote,

" some more validations has to be added......"

that mean Programs has to add his default validations like u wrote

"The cases to watch are, where is the cursor ? What happens if the user uses the arrows ? What if they press delete ? "

====================================

here is the code

If Char.IsLetterOrDigit(e.KeyChar) Then
TextBox1.Text = e.KeyChar & sender.text
e.KeyChar = Nothing
End If


Thanks
Rajesh B

Rajesh B --> A Poor Workman Blames His Tools <--

GeneralRe: make textbox display backward Pin
Christian Graus22-Jun-08 23:38
protectorChristian Graus22-Jun-08 23:38 
QuestionListBox Pin
Assaf8222-Jun-08 12:26
Assaf8222-Jun-08 12:26 
AnswerRe: ListBox Pin
Luc Pattyn22-Jun-08 13:23
sitebuilderLuc Pattyn22-Jun-08 13:23 
QuestionChecking JavaScript for Errors? Pin
Saul Johnson22-Jun-08 6:45
Saul Johnson22-Jun-08 6:45 
AnswerRe: Checking JavaScript for Errors? Pin
Luc Pattyn22-Jun-08 7:35
sitebuilderLuc Pattyn22-Jun-08 7:35 
GeneralRe: Checking JavaScript for Errors? Pin
Saul Johnson22-Jun-08 8:55
Saul Johnson22-Jun-08 8:55 
GeneralRe: Checking JavaScript for Errors? Pin
Luc Pattyn22-Jun-08 9:37
sitebuilderLuc Pattyn22-Jun-08 9:37 
GeneralRe: Checking JavaScript for Errors? Pin
Saul Johnson22-Jun-08 21:08
Saul Johnson22-Jun-08 21:08 
QuestionTextbox VS DATASET Pin
Assaf8222-Jun-08 3:54
Assaf8222-Jun-08 3:54 
AnswerRe: Textbox VS DATASET Pin
Scott Dorman22-Jun-08 3:56
professionalScott Dorman22-Jun-08 3:56 
AnswerRe: Textbox VS DATASET Pin
Karrar Ketawi24-Jun-08 11:52
Karrar Ketawi24-Jun-08 11:52 
Questiontraining center Pin
Ebube21-Jun-08 20:28
Ebube21-Jun-08 20:28 
AnswerRe: training center Pin
Paul Conrad22-Jun-08 3:21
professionalPaul Conrad22-Jun-08 3:21 
Questioninteraction with Inline files Pin
some-121-Jun-08 18:47
some-121-Jun-08 18:47 
QuestionVb6 to Vb.NET: How to pass controls Pin
GinoSoft@Yahoo.com21-Jun-08 16:57
GinoSoft@Yahoo.com21-Jun-08 16:57 
AnswerRe: Vb6 to Vb.NET: How to pass controls Pin
Guffa22-Jun-08 1:45
Guffa22-Jun-08 1:45 
GeneralRe: Vb6 to Vb.NET: How to pass controls Pin
GinoSoft@Yahoo.com22-Jun-08 17:11
GinoSoft@Yahoo.com22-Jun-08 17:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.