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 document-view architecture ? Give me one real time example for SDI ?
What?s the difference between Modal and Modeless Dialog?
what is message loop how mfc does it internally?
How you create a button dynamically?
How you find memory leaks?
What does mfc stand for?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
1)How to load an icon on a button as Dynamically ?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
What is the difference between the SDI and MDI
I want recent paper pattern for HP company?
Why not virtual functions to handle messages?