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 message loop how mfc does it internally?

4 Answers   Aspire,


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

11 Answers   Infosys,


How we call a dialog in another dialog?

2 Answers  


How to handle dynamic menus in MFC?

3 Answers   HCL,


If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,






Difference between Cclint DC & Cpaint Dc

6 Answers   E Logic,


What function is used to disable a control at runtime?

7 Answers  


In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?

3 Answers   Financial Technologies,


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


1)dynamic creation of a Button ?

2 Answers   TCS,


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


what is message Testing ?

1 Answers   L&T,


Categories