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 a message map?
What is the difference between hinsrtance and hprevinstance in WinMain function?
1)How to change a text of a button in runtime?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What function is used to retrieve the currently selected index in a list box?
Have you ever used win32 APIs ?
What is Multithreading
What is the difference between workrer thread and UI thread
What is the difference between Extension DLL and Regular DLL?
Explain Doc/View architecture
How to handle command line arguements from simple MFC application ?
How to handle RTTI in MFC ?