Storing Value of Text Box to int Variable in Windows Form

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I want this text box to be numerical values only, and I want it to store the value that is typed into it.

I tried an Int32.Parse of the text box, but that didnt work.

How can I do this?

Im using Visual Studio 2008 with C#.

Id greatly appreciate it.

-Zach

View the full article
 
Back
Top