Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Which MFC function is used to display output?

Answers were Sorted based on User's Feedback



Which MFC function is used to display output?..

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

Which MFC function is used to display output?..

Answer / suyambu

AfxMessageBox

Is This Answer Correct ?    7 Yes 6 No

Which MFC function is used to display output?..

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

Which MFC function is used to display output?..

Answer / chandan

OnDraw

Is This Answer Correct ?    3 Yes 4 No

Which MFC function is used to display output?..

Answer / soni gupta

Answer 5 is correct answer..

Is This Answer Correct ?    3 Yes 4 No

Which MFC function is used to display output?..

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

Which MFC function is used to display output?..

Answer / velmahesh

I think "MessageBox " or "AfxMessageBox" is correct..


But, "OnDraw" is Correct?....


please explain..

Is This Answer Correct ?    1 Yes 4 No

Which MFC function is used to display output?..

Answer / manish(yugma)

MessageBox(LPCTSTR msg,LPSTR Caption,UINT icon,UINT Button);

Is This Answer Correct ?    2 Yes 6 No

Which MFC function is used to display output?..

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

Post New Answer

More MFC Interview Questions

How can i implement the dynamic menus in MFC plz give the code

2 Answers  


What is Multithreading

1 Answers   Invensys,


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


1)How to change a text of a button in runtime?

2 Answers  


How to convert the content of buffer into lower case character.

3 Answers   E Logic,


how u can move CDC pointer to one line in cview?

2 Answers  


What is LoadLibrary function returns?

7 Answers  


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


how can u change button shape at run time

3 Answers   Samsung,


Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


Categories