i am calculating some expressions and the result of these expressions is a DOUBLE type value , i am storing this result into a double type variable called Sum . now i want to write this value of Sum into the Edit Control of a Dialog Based MFC application . the name of the Edit Control is IDC_DISPLAY
If you can give me example of how to do it then more good .