textbox and numbers

  • Thread starter Thread starter petit.primo
  • Start date Start date
P

petit.primo

hi!!
I make a software in c# with visual studio 2005 and
I would like to know if it's possible to restrict my textbox to put
only numbers inside?
thanks a lot for your answer
hope to hear from you soon ^^
 
Hi,

hi!!
I make a software in c# with visual studio 2005 and
I would like to know if it's possible to restrict my textbox to put
only numbers inside?
thanks a lot for your answer
hope to hear from you soon ^^


Look into the archives, there are several ways of doing this. the easiest is
to use KeyDown event.
 
Back
Top