![]()
is there a way to calculate an amount
on visual c++ ?
using a dialog box mfc(exe)
This is a discussion on calculations within the C++ Programming forums, part of the General Programming Boards category; is there a way to calculate an amount on visual c++ ? using a dialog box mfc(exe)...
![]()
is there a way to calculate an amount
on visual c++ ?
using a dialog box mfc(exe)
hello its me Wayko
This should be on the windows board.
You attach a variable to your edit control (or wherever you're getting the user input from) using the Class Wizard, call UpdateData(TRUE);and do your calculation based on the amount in the variable.
zen