how u can move CDC pointer to one line in cview?
Answers were Sorted based on User's Feedback
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 |
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 |
what is the difference between compiling and building?
1)does Frame Thickness in MFC?
Have you ever used win32 APIs ?
Name the Synchronization objects?
Does the application have more than one object? If Yes, Briefly explain.
if i modified data in 1 view how does the other view knows
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
How you find memory leaks?
How we can findout Memoryleaks, In what way it can be avoided
How to convert a CString variable to char* or LPTSTR?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?