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 |
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
Whats is DDX & DDV in MFC?
1)How to change a text of a button as Dynamically?
what is message loop how mfc does it internally?
how many types of messages are their
What is the initial function to be called in MFC and what it will do
How many types of dialog box are their
What is the difference between hinsrtance and hprevinstance in WinMain function?
If there is more than 100 control in a window how we can change the Taborder of a controls
Tell us something about MFC?
How do I create a dialog box in mfc?
Why not virtual functions to handle messages?