Jump to content

Forms Question


lt_navvara

Recommended Posts

I'm building a forms application that in addition to handling user input events needs to process specific information from forms controls. Atm i'm trying to find a way of getting numerical data (int) from a textbox control, performing some operations on it and then displaying the results in another textbox. The problem is that I don't know how to retrieve the data from the first control. Also I would like to limit the data tipe to numbers and have whatever input function I use return integer values not text (ex value 222 not "222").

 

I've looked in MSDN but none of teh examples i've been able to find covers this most basic of operations.

 

oops

 

i'm using Microsoft Visual Studio 8.0 with c#.

Edited by lt_navvara

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...