Which MFC function is used to display output?
Answers were Sorted based on User's Feedback
Answer / praveen sethiya
MFC has device context class CClientDC. It has OnDraw()
function. A statement in OnDraw functionsuch as
CClientDC dc;
dc.TextOut(0, 0, "Hellow");
sends text to the display.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / nathusingh
Answer to post# 8:
If you want to display output without the coordinates then
you can simply use AfxMessageBox() function and pass the
parameter (the one which you want to display) as CString
object.If the parameter is not CString object then typecast
it to CString with CString::Format(). I hope this will work
for your problem.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neeraj dhekale
textout needs x..y
cordinates. there
should be a simple
function like printf
in c lang.
does anyone knows the
equivalent funtion dor
display output?
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / velmahesh
I think "MessageBox " or "AfxMessageBox" is correct..
But, "OnDraw" is Correct?....
please explain..
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / manish(yugma)
MessageBox(LPCTSTR msg,LPSTR Caption,UINT icon,UINT Button);
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / rabindra kumar das
MessageBox(LPCTSTR msg,LPSTR Caption,UINT icon,UINT Button);
Its the correct answer.
| Is This Answer Correct ? | 1 Yes | 5 No |
what is the use of AFX_MANAGE_STATE ?
What is the initial function to be called in MFC and what it will do
What is the use of OninitDialog ?
How do I create a dialog box in mfc?
what is message Testing ?
What is the base class for MFC
How to update all the views whenver document got updated ?
How to update windows title bar dynamically?
What MFC base classes provide support for ActiveX controls?
Differ GetMessage, PostMessage & PeakMessage?
Explain in sort What is CTargetObject?
plzz tell me what we can do and dont in tally ERP & sap business one?