Click here to Skip to main content
15,909,332 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: smtp [modified] Pin
David C# Hobbyist.15-Feb-11 5:15
professionalDavid C# Hobbyist.15-Feb-11 5:15 
QuestionExport/Extract/Copy File on startup Pin
Flor!an13-Feb-11 11:13
Flor!an13-Feb-11 11:13 
AnswerRe: Export/Extract/Copy File on startup Pin
dan!sh 13-Feb-11 21:03
professional dan!sh 13-Feb-11 21:03 
QuestionGetting the Full Name of Logged In User Pin
Dominick Marciano12-Feb-11 15:31
professionalDominick Marciano12-Feb-11 15:31 
AnswerRe: Getting the Full Name of Logged In User Pin
Abhinav S12-Feb-11 23:57
Abhinav S12-Feb-11 23:57 
Questionnew project datasource Pin
David C# Hobbyist.12-Feb-11 6:51
professionalDavid C# Hobbyist.12-Feb-11 6:51 
AnswerRe: new project datasource Pin
Henry Minute12-Feb-11 7:06
Henry Minute12-Feb-11 7:06 
GeneralRe: new project datasource Pin
David C# Hobbyist.12-Feb-11 7:15
professionalDavid C# Hobbyist.12-Feb-11 7:15 
GeneralRe: new project datasource Pin
Henry Minute12-Feb-11 7:39
Henry Minute12-Feb-11 7:39 
GeneralRe: new project datasource Pin
David C# Hobbyist.13-Feb-11 3:25
professionalDavid C# Hobbyist.13-Feb-11 3:25 
QuestionIGES or STEP format in Visual Basic Pin
kyonic12-Feb-11 2:16
kyonic12-Feb-11 2:16 
AnswerRe: IGES or STEP format in Visual Basic Pin
Dave Kreskowiak12-Feb-11 4:11
mveDave Kreskowiak12-Feb-11 4:11 
QuestionWhat kinds of control is this? Pin
The Mighty Atom11-Feb-11 8:37
The Mighty Atom11-Feb-11 8:37 
AnswerRe: What kinds of control is this? Pin
Dave Kreskowiak11-Feb-11 9:16
mveDave Kreskowiak11-Feb-11 9:16 
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 

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.