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

Answers were Sorted based on User's Feedback



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

Answer / johnm23357

The question implies that ReleaseDC(CDC*) is not to be
called. The only way I know of doing this, without creating
a leak, is the CClienDC dc(this) constructor.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / wizards

We can change the CDC current pointer by using 'MoveTo'
member funciton. Plz correct me if wrong.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More MFC Interview Questions

What is the difference between ASSERT and VERIFY?

2 Answers  


1) How do you Destroy a Dialog Box ?

2 Answers   Honeywell,


what if we provide two message handler for same message ?

1 Answers  


1) create ToolTip in MFC?

2 Answers   HCL,


how do u identify RTTI in vc++

4 Answers   Siemens,






Tell me about different kinds of synchranization objects ?

6 Answers  


What is the command routing in MFC framework?

3 Answers  


How can i change the color of a dropdowncombobox elements

2 Answers  


How you find memory leaks?

4 Answers   ABB,


Have you ever used win32 APIs ?

4 Answers   Microsoft,


what is the use of CWinApp class?

3 Answers   Mphasis,


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


Categories