How To Enter and Add Two Numbers on a Form?

  • Thread starter Thread starter koitaki
  • Start date Start date
K

koitaki

Hi,

Is it easy enough to build a form in VC++ that accepts numbers and
returns an answer?

I would like a form with
BoxA
BoxB
BoxC (which = BoxA + BoxB)

While the calculations are more involved, thats the gist of it.

I've spent all afternoon trying and I'm wondering just how complicated
is this seemingly trivial issue. My knowledge of C++ is limited to
fairly simple console numeric applications.

Thanks in advance if you can provide some useful advice.

Chris
 
Back
Top