Click here to Skip to main content
15,888,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: What kinds of control is this? Pin
The Mighty Atom11-Feb-11 9:25
The Mighty Atom11-Feb-11 9:25 
GeneralRe: What kinds of control is this? Pin
Dave Kreskowiak11-Feb-11 14:39
mveDave Kreskowiak11-Feb-11 14:39 
AnswerRe: What kinds of control is this? Pin
Abhinav S12-Feb-11 1:03
Abhinav S12-Feb-11 1:03 
AnswerRe: What kinds of control is this? Pin
Richard MacCutchan12-Feb-11 2:11
mveRichard MacCutchan12-Feb-11 2:11 
GeneralRe: What kinds of control is this? Pin
The Mighty Atom12-Feb-11 3:42
The Mighty Atom12-Feb-11 3:42 
GeneralRe: What kinds of control is this? Pin
Richard MacCutchan12-Feb-11 23:22
mveRichard MacCutchan12-Feb-11 23:22 
QuestionDisabling the keyboard Pin
Pasan14811-Feb-11 7:17
Pasan14811-Feb-11 7:17 
AnswerRe: Disabling the keyboard Pin
Dave Kreskowiak11-Feb-11 9:13
mveDave Kreskowiak11-Feb-11 9:13 
I have to ask why you would want to do such a thing. I can't see any useful purpose in it.

The easiest way to do it would be to create your own TextBox control (inheriting from TextBox) and handling the Key/Press/Down/Up events, searching for the keys that are allowed and passing them on to the base TextBox. Anything else you would do whatever you needed with them and just not pass them down to the base TextBox.

GeneralRe: Disabling the keyboard Pin
Pasan14812-Feb-11 3:26
Pasan14812-Feb-11 3:26 
GeneralRe: Disabling the keyboard Pin
Dave Kreskowiak12-Feb-11 3:53
mveDave Kreskowiak12-Feb-11 3:53 
GeneralRe: Disabling the keyboard Pin
Pasan14812-Feb-11 6:09
Pasan14812-Feb-11 6:09 
AnswerRe: Disabling the keyboard Pin
Luc Pattyn12-Feb-11 6:16
sitebuilderLuc Pattyn12-Feb-11 6:16 
GeneralRe: Disabling the keyboard Pin
Dave Kreskowiak12-Feb-11 16:43
mveDave Kreskowiak12-Feb-11 16:43 
GeneralRe: Disabling the keyboard Pin
Pasan14814-Feb-11 9:34
Pasan14814-Feb-11 9:34 
GeneralRe: Disabling the keyboard Pin
Dave Kreskowiak14-Feb-11 13:57
mveDave Kreskowiak14-Feb-11 13:57 
GeneralRe: Disabling the keyboard Pin
Pasan14814-Feb-11 21:15
Pasan14814-Feb-11 21:15 
GeneralRe: Disabling the keyboard Pin
Dave Kreskowiak15-Feb-11 2:08
mveDave Kreskowiak15-Feb-11 2:08 
AnswerRe: Disabling the keyboard Pin
Eddy Vluggen11-Feb-11 10:08
professionalEddy Vluggen11-Feb-11 10:08 
AnswerRe: Disabling the keyboard Pin
Bernhard Hiller13-Feb-11 20:44
Bernhard Hiller13-Feb-11 20:44 
Questioncount character frequency Pin
Cool Smith11-Feb-11 3:24
Cool Smith11-Feb-11 3:24 
AnswerRe: count character frequency Pin
Tieske811-Feb-11 4:18
professionalTieske811-Feb-11 4:18 
GeneralRe: count character frequency Pin
Cool Smith11-Feb-11 4:31
Cool Smith11-Feb-11 4:31 
GeneralRe: count character frequency Pin
Tieske811-Feb-11 6:02
professionalTieske811-Feb-11 6:02 
GeneralRe: count character frequency Pin
Dave Kreskowiak11-Feb-11 6:17
mveDave Kreskowiak11-Feb-11 6:17 
AnswerRe: count character frequency Pin
Eddy Vluggen11-Feb-11 10:20
professionalEddy Vluggen11-Feb-11 10:20 

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.