i'm in a c++ class and in way over my head with no help because its a holiday!! simple problem create an mfc app which displays the client coordinates on the screen for a WM_LBUTTONDOWN message handler. i've got a variable defined and initialized in the view class to hold the point variable sent to the handler but can't figure how to output to the screen...i've got a cclientdc and am using textout to print "test"...do i have to convert the int variable to text to output to the screen?? if so how do you combine strings to send them to the screen...THANKS!!