Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Software protection Pin
grigsoft1-Apr-04 8:27
grigsoft1-Apr-04 8:27 
GeneralRe: Software protection Pin
Wes Aday1-Apr-04 9:54
professionalWes Aday1-Apr-04 9:54 
GeneralDrawing DC Pin
ns1-Apr-04 7:34
ns1-Apr-04 7:34 
GeneralRe: Drawing DC Pin
Antony M Kancidrowski1-Apr-04 7:45
Antony M Kancidrowski1-Apr-04 7:45 
GeneralRe: Drawing DC Pin
act_x1-Apr-04 7:46
act_x1-Apr-04 7:46 
GeneralRe: Drawing DC Pin
Antony M Kancidrowski1-Apr-04 7:53
Antony M Kancidrowski1-Apr-04 7:53 
GeneralRe: Drawing DC Pin
John R. Shaw1-Apr-04 8:52
John R. Shaw1-Apr-04 8:52 
GeneralRe: Drawing DC Pin
Ravi Bhavnani1-Apr-04 9:50
professionalRavi Bhavnani1-Apr-04 9:50 
The right way to do this is to maintain a data structure that contains a collection of linked points. The data structure is updated in your button's handler. Your view's OnDraw() handler should paint itself (i.e. draw lines) based on the points in the data structure.

See the MFC "Scribble" demo app to see how this is done.

/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralRe: Drawing DC--Thanks Pin
ns5-Apr-04 3:43
ns5-Apr-04 3:43 
QuestionWhat is UNUSED used for? Pin
Jesse Evans1-Apr-04 7:32
Jesse Evans1-Apr-04 7:32 
AnswerRe: What is UNUSED used for? Pin
David Crow1-Apr-04 7:55
David Crow1-Apr-04 7:55 
GeneralRe: What is UNUSED used for? Pin
Jesse Evans1-Apr-04 8:25
Jesse Evans1-Apr-04 8:25 
GeneralRe: What is UNUSED used for? Pin
grigsoft1-Apr-04 8:36
grigsoft1-Apr-04 8:36 
GeneralRe: What is UNUSED used for? Pin
David Crow1-Apr-04 8:39
David Crow1-Apr-04 8:39 
GeneralRe: What is UNUSED used for? Pin
Jesse Evans1-Apr-04 8:51
Jesse Evans1-Apr-04 8:51 
GeneralMonitoring a network directory Pin
LKogut1-Apr-04 7:32
LKogut1-Apr-04 7:32 
GeneralRe: Monitoring a network directory Pin
David Crow1-Apr-04 8:50
David Crow1-Apr-04 8:50 
GeneralRe: Monitoring a network directory Pin
LKogut2-Apr-04 1:35
LKogut2-Apr-04 1:35 
GeneralResizing PropertyPages Pin
act_x1-Apr-04 7:25
act_x1-Apr-04 7:25 
GeneralCArray on the heap Pin
sschilachi1-Apr-04 6:17
sschilachi1-Apr-04 6:17 
GeneralRe: CArray on the heap Pin
David Crow1-Apr-04 6:49
David Crow1-Apr-04 6:49 
GeneralRe: CArray on the heap Pin
Ravi Bhavnani1-Apr-04 7:08
professionalRavi Bhavnani1-Apr-04 7:08 
GeneralRe: CArray on the heap Pin
Navin1-Apr-04 7:38
Navin1-Apr-04 7:38 
GeneralProblem with strings conversion Pin
doctorpi1-Apr-04 6:05
doctorpi1-Apr-04 6:05 
GeneralRe: Problem with strings conversion Pin
Ravi Bhavnani1-Apr-04 6:33
professionalRavi Bhavnani1-Apr-04 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.