Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSQL issue Pin
Max++8-Sep-07 15:51
Max++8-Sep-07 15:51 
AnswerRe: SQL issue Pin
Christian Graus8-Sep-07 16:10
protectorChristian Graus8-Sep-07 16:10 
AnswerRe: SQL issue Pin
Mark Salsbery9-Sep-07 7:43
Mark Salsbery9-Sep-07 7:43 
QuestionDetermine if VC++ 2005 SP1 runtime is installed? Pin
mid=57418-Sep-07 14:11
mid=57418-Sep-07 14:11 
AnswerRe: Determine if VC++ 2005 SP1 runtime is installed? Pin
George L. Jackson8-Sep-07 16:32
George L. Jackson8-Sep-07 16:32 
GeneralRe: Determine if VC++ 2005 SP1 runtime is installed? [modified] Pin
mid=57418-Sep-07 16:37
mid=57418-Sep-07 16:37 
QuestionLine drawing in MFC Pin
DGit8-Sep-07 12:30
DGit8-Sep-07 12:30 
AnswerRe: Line drawing in MFC Pin
Christian Graus8-Sep-07 12:32
protectorChristian Graus8-Sep-07 12:32 
What you want to do is, instead of what scribble does ( create a line from the last mouse position to where it is, then make the current position the 'last' position for the next mouse event ), you want to remember the point where your mouse went down, and keep updating a single line from that static starting point to the current end point. If you want to draw an arc, I believe you need to establish a third point programatically, that will then establish the arc that starts and ends that those points you established with the mouse.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Line drawing in MFC Pin
DGit8-Sep-07 12:49
DGit8-Sep-07 12:49 
GeneralRe: Line drawing in MFC Pin
Christian Graus8-Sep-07 16:12
protectorChristian Graus8-Sep-07 16:12 
GeneralRe: Line drawing in MFC Pin
bob169728-Sep-07 17:12
bob169728-Sep-07 17:12 
GeneralRe: Line drawing in MFC Pin
DGit10-Sep-07 6:42
DGit10-Sep-07 6:42 
AnswerRe: Line drawing in MFC [modified] Pin
bob169728-Sep-07 13:01
bob169728-Sep-07 13:01 
GeneralRe: Line drawing in MFC Pin
DGit8-Sep-07 13:26
DGit8-Sep-07 13:26 
GeneralRe: Line drawing in MFC Pin
bob169728-Sep-07 13:31
bob169728-Sep-07 13:31 
GeneralRe: Line drawing in MFC Pin
DGit9-Sep-07 8:59
DGit9-Sep-07 8:59 
QuestionGet User Picture Pin
Perspx8-Sep-07 12:12
Perspx8-Sep-07 12:12 
AnswerRe: Get User Picture Pin
Mark Salsbery8-Sep-07 12:28
Mark Salsbery8-Sep-07 12:28 
Questionstrtok problem Pin
gizmokaka8-Sep-07 10:41
gizmokaka8-Sep-07 10:41 
AnswerRe: strtok problem Pin
Michael Dunn8-Sep-07 11:16
sitebuilderMichael Dunn8-Sep-07 11:16 
AnswerRe: strtok problem Pin
Robert Surtees8-Sep-07 11:38
Robert Surtees8-Sep-07 11:38 
QuestionMessage Loop in DLL Pin
vaibhav khattri8-Sep-07 10:26
vaibhav khattri8-Sep-07 10:26 
AnswerRe: Message Loop in DLL Pin
Mark Salsbery8-Sep-07 11:17
Mark Salsbery8-Sep-07 11:17 
QuestionVisual C++.net 2003 missing project property pages Pin
markdesmarais20078-Sep-07 9:33
markdesmarais20078-Sep-07 9:33 
QuestionLPSTR_TEXTCALLBACK Pin
paper678-Sep-07 7:03
paper678-Sep-07 7:03 

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.