Click here to Skip to main content
15,910,886 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Test for NUMERIC values Pin
PAguilar0920-Oct-09 18:25
PAguilar0920-Oct-09 18:25 
GeneralRe: Test for NUMERIC values Pin
Christian Graus20-Oct-09 20:04
protectorChristian Graus20-Oct-09 20:04 
GeneralRe: Test for NUMERIC values Pin
dan!sh 20-Oct-09 21:16
professional dan!sh 20-Oct-09 21:16 
AnswerRe: Test for NUMERIC values Pin
Jaime Olivares20-Oct-09 18:24
Jaime Olivares20-Oct-09 18:24 
GeneralRe: Test for NUMERIC values Pin
PAguilar0920-Oct-09 18:28
PAguilar0920-Oct-09 18:28 
GeneralRe: Test for NUMERIC values Pin
Jaime Olivares20-Oct-09 18:58
Jaime Olivares20-Oct-09 18:58 
GeneralRe: Test for NUMERIC values Pin
Christian Graus20-Oct-09 20:05
protectorChristian Graus20-Oct-09 20:05 
GeneralRe: Test for NUMERIC values Pin
dan!sh 20-Oct-09 21:09
professional dan!sh 20-Oct-09 21:09 
Nope. It wont be. The user will be able to copy/paste anything in the textbox that way. I hope you meant this:

if(!char.IsControl(e.KeyChar) && !char.IsNumber(e.KeyChar)){
    e.Handled = true;
}


It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD

GeneralRe: Test for NUMERIC values Pin
Christian Graus20-Oct-09 21:19
protectorChristian Graus20-Oct-09 21:19 
GeneralRe: Test for NUMERIC values Pin
dan!sh 20-Oct-09 21:14
professional dan!sh 20-Oct-09 21:14 
AnswerRe: Test for NUMERIC values Pin
_Damian S_20-Oct-09 18:33
professional_Damian S_20-Oct-09 18:33 
GeneralRe: Test for NUMERIC values Pin
Ashfield21-Oct-09 1:37
Ashfield21-Oct-09 1:37 
QuestionSharing SAPI Speech Objects Pin
wheeldog9920-Oct-09 14:52
wheeldog9920-Oct-09 14:52 
AnswerRe: Sharing SAPI Speech Objects Pin
Mycroft Holmes20-Oct-09 16:32
professionalMycroft Holmes20-Oct-09 16:32 
GeneralRe: Sharing SAPI Speech Objects Pin
wheeldog9921-Oct-09 9:26
wheeldog9921-Oct-09 9:26 
QuestionCalling cell address - Excel UDF in a DLL Pin
Hathome20-Oct-09 9:51
Hathome20-Oct-09 9:51 
Question[Message Deleted] Pin
quadrilateral20-Oct-09 8:29
quadrilateral20-Oct-09 8:29 
AnswerRe: SAPI SDK Voices Pin
Richard MacCutchan20-Oct-09 9:08
mveRichard MacCutchan20-Oct-09 9:08 
AnswerRe: SAPI SDK Voices Pin
Christian Graus20-Oct-09 13:04
protectorChristian Graus20-Oct-09 13:04 
QuestionCopy Data from Excel into a Data Grid View Pin
Alex Lush20-Oct-09 6:34
Alex Lush20-Oct-09 6:34 
AnswerRe: Copy Data from Excel into a Data Grid View Pin
dan!sh 20-Oct-09 6:52
professional dan!sh 20-Oct-09 6:52 
GeneralRe: Copy Data from Excel into a Data Grid View Pin
Alex Lush21-Oct-09 3:17
Alex Lush21-Oct-09 3:17 
QuestionRichTextBox Contents [Texts, Table] To Email - Body () Pin
Paramu197320-Oct-09 0:02
Paramu197320-Oct-09 0:02 
AnswerRe: RichTextBox Contents [Texts, Table] To Email - Body () Pin
Ashfield20-Oct-09 1:57
Ashfield20-Oct-09 1:57 
GeneralRe: RichTextBox Contents [Texts, Table] To Email - Body () Pin
Paramu197320-Oct-09 2:31
Paramu197320-Oct-09 2:31 

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.