I'm using a dialog based MFC app to create a simple calculator app.
How do I display the input from the user and the results of the calculation on the screen.
I've tried using an edit control but this isnt correct as I dont want the user to edit the results I just want to display it.

Also what function do I use to display