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

Visual Basic

 
GeneralRe: Limit Keypress Input Pin
Christian Graus21-Jun-05 17:48
protectorChristian Graus21-Jun-05 17:48 
GeneralRe: Limit Keypress Input Pin
icowa21-Jun-05 17:51
icowa21-Jun-05 17:51 
GeneralRe: Limit Keypress Input Pin
Christian Graus21-Jun-05 17:54
protectorChristian Graus21-Jun-05 17:54 
GeneralRe: Limit Keypress Input Pin
KaptinKrunch21-Jun-05 17:47
KaptinKrunch21-Jun-05 17:47 
GeneralRe: Limit Keypress Input Pin
icowa21-Jun-05 17:48
icowa21-Jun-05 17:48 
GeneralRe: Limit Keypress Input Pin
KaptinKrunch21-Jun-05 17:54
KaptinKrunch21-Jun-05 17:54 
GeneralRe: Limit Keypress Input Pin
icowa21-Jun-05 17:57
icowa21-Jun-05 17:57 
GeneralRe: Limit Keypress Input Pin
Christian Graus21-Jun-05 18:07
protectorChristian Graus21-Jun-05 18:07 
The Keys enumeration is more helpful if you handle KeyDown or KeyUp ( which recieves an instance of this enum, but won't let you swallow a keypress as you want ). The keypress event gets a char. Also, using the char.IsControl method covers all control keys for free, it's much more elegant code than a big old switch statement, although the switch statement gives you more control if you need it.

Christian Graus - Microsoft MVP - C++
GeneralRe: Limit Keypress Input Pin
kanagaraj kumar21-Jun-05 23:19
kanagaraj kumar21-Jun-05 23:19 
GeneralRe: Limit Keypress Input Pin
icowa22-Jun-05 14:25
icowa22-Jun-05 14:25 
GeneralRe: Limit Keypress Input Pin
kanagaraj kumar22-Jun-05 21:38
kanagaraj kumar22-Jun-05 21:38 
GeneralOpen a NEW IE browser. Pin
Martin@captivasystems21-Jun-05 11:43
Martin@captivasystems21-Jun-05 11:43 
GeneralNavigating through menu of another appilcation Pin
Abhishek Karnik21-Jun-05 11:05
Abhishek Karnik21-Jun-05 11:05 
QuestionHow to access a TextBox control if given its Name as a variable? Pin
VB_Novice0121-Jun-05 10:37
sussVB_Novice0121-Jun-05 10:37 
AnswerRe: How to access a TextBox control if given its Name as a variable? Pin
Mitch F.21-Jun-05 11:01
Mitch F.21-Jun-05 11:01 
AnswerRe: How to access a TextBox control if given its Name as a variable? Pin
lespaul3621-Jun-05 11:05
lespaul3621-Jun-05 11:05 
GeneralAnother 'String.Split' question. Pin
Brad Fackrell21-Jun-05 9:04
Brad Fackrell21-Jun-05 9:04 
GeneralRe: Another 'String.Split' question. Pin
Dave Kreskowiak21-Jun-05 9:47
mveDave Kreskowiak21-Jun-05 9:47 
GeneralRe: Another 'String.Split' question. Pin
Brad Fackrell21-Jun-05 9:51
Brad Fackrell21-Jun-05 9:51 
GeneralDataReader only finding one row Pin
SignMan35921-Jun-05 8:02
SignMan35921-Jun-05 8:02 
GeneralRe: DataReader only finding one row Pin
Colin Angus Mackay21-Jun-05 9:06
Colin Angus Mackay21-Jun-05 9:06 
GeneralRe: DataReader only finding one row Pin
Dave Kreskowiak21-Jun-05 9:37
mveDave Kreskowiak21-Jun-05 9:37 
GeneralCode Access Security Policy Tool Pin
Jason Weibel21-Jun-05 6:48
Jason Weibel21-Jun-05 6:48 
GeneralRe: Code Access Security Policy Tool Pin
Dave Kreskowiak21-Jun-05 7:06
mveDave Kreskowiak21-Jun-05 7:06 
GeneralRe: Code Access Security Policy Tool Pin
Dave Kreskowiak21-Jun-05 9:33
mveDave Kreskowiak21-Jun-05 9:33 

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.