Click here to Skip to main content
15,912,205 members
Home / Discussions / C#
   

C#

 
QuestionI want to enter only Negative values,Positive values,Decimal values in TextBox Pin
g_hemanth1714-Nov-07 0:01
g_hemanth1714-Nov-07 0:01 
AnswerRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
Christian Graus14-Nov-07 0:12
protectorChristian Graus14-Nov-07 0:12 
There's at least one article on this site that does that, there's also the maskedtextbox if you prefer. You just handle the keypress event, and set it's handled property to reject keys you don't want. Don't forget to check for Char.IsControl.


Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
Xmen Real 14-Nov-07 0:26
professional Xmen Real 14-Nov-07 0:26 
GeneralRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
g_hemanth1714-Nov-07 0:49
g_hemanth1714-Nov-07 0:49 
GeneralRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
Sri_346414-Nov-07 0:54
Sri_346414-Nov-07 0:54 
GeneralRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
g_hemanth1714-Nov-07 1:19
g_hemanth1714-Nov-07 1:19 
GeneralRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
Xmen Real 14-Nov-07 1:38
professional Xmen Real 14-Nov-07 1:38 
AnswerRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
shaz jazz14-Nov-07 2:35
shaz jazz14-Nov-07 2:35 
GeneralRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
g_hemanth1714-Nov-07 3:36
g_hemanth1714-Nov-07 3:36 
GeneralRe: I want to enter only Negative values,Positive values,Decimal values in TextBox Pin
g_hemanth1714-Nov-07 5:20
g_hemanth1714-Nov-07 5:20 
QuestionGridview Header column Pin
kishoregani13-Nov-07 23:59
kishoregani13-Nov-07 23:59 
AnswerRe: Gridview Header column Pin
KennyPatel14-Nov-07 1:34
KennyPatel14-Nov-07 1:34 
QuestionNeed to use Microsoft.Office.Interop namespace Pin
Sri_346413-Nov-07 23:51
Sri_346413-Nov-07 23:51 
AnswerRe: Need to use Microsoft.Office.Interop namespace Pin
Christian Graus14-Nov-07 0:13
protectorChristian Graus14-Nov-07 0:13 
GeneralRe: Need to use Microsoft.Office.Interop namespace Pin
Sri_346414-Nov-07 0:48
Sri_346414-Nov-07 0:48 
JokeRe: Need to use Microsoft.Office.Interop namespace Pin
Vasudevan Deepak Kumar14-Nov-07 1:09
Vasudevan Deepak Kumar14-Nov-07 1:09 
GeneralRe: Need to use Microsoft.Office.Interop namespace Pin
Sri_346414-Nov-07 1:28
Sri_346414-Nov-07 1:28 
QuestionHow to Start Service (Windows Service In CSharp) Pin
Boroumandan13-Nov-07 23:50
Boroumandan13-Nov-07 23:50 
AnswerRe: How to Start Service (Windows Service In CSharp) Pin
Abhijit Jana14-Nov-07 0:15
professionalAbhijit Jana14-Nov-07 0:15 
QuestionFiltering non numeric charactors Pin
Charith Jayasundara13-Nov-07 23:49
Charith Jayasundara13-Nov-07 23:49 
AnswerRe: Filtering non numeric charactors Pin
Christian Graus14-Nov-07 0:14
protectorChristian Graus14-Nov-07 0:14 
QuestionTo define first clicked button’s...., and second clicked button’s ...., to compare. Pin
omegazafer13-Nov-07 23:36
omegazafer13-Nov-07 23:36 
AnswerRe: To define first clicked button’s...., and second clicked button’s ...., to compare. Pin
DharmarajNagarajan13-Nov-07 23:38
DharmarajNagarajan13-Nov-07 23:38 
AnswerRe: To define first clicked button’s...., and second clicked button’s ...., to compare. Pin
Christian Graus13-Nov-07 23:43
protectorChristian Graus13-Nov-07 23:43 
GeneralRe: To define first clicked button’s...., and second clicked button’s ...., to compare. Pin
omegazafer13-Nov-07 23:50
omegazafer13-Nov-07 23:50 

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.