Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmanaging process Pin
dvsr25-Dec-06 21:10
dvsr25-Dec-06 21:10 
AnswerRe: managing process Pin
Michael Dunn25-Dec-06 21:44
sitebuilderMichael Dunn25-Dec-06 21:44 
AnswerRe: managing process Pin
sunit525-Dec-06 21:48
sunit525-Dec-06 21:48 
AnswerRe: managing process Pin
prasad_som25-Dec-06 21:59
prasad_som25-Dec-06 21:59 
AnswerRe: managing process Pin
kasturi_haribabu25-Dec-06 22:28
kasturi_haribabu25-Dec-06 22:28 
AnswerRe: managing process Pin
Cristian Amarie25-Dec-06 22:29
Cristian Amarie25-Dec-06 22:29 
Questionneed math suggestions Pin
includeh1025-Dec-06 20:38
includeh1025-Dec-06 20:38 
AnswerRe: need math suggestions Pin
_AnsHUMAN_ 25-Dec-06 20:50
_AnsHUMAN_ 25-Dec-06 20:50 
includeh10 wrote:
want to draw an open line which smoothly passes several (or any number of) points.

A line, or straight line, can be described as an infinitely thin, infinitely long, perfectly straight curve.
Three or more points that lie on the same line are called collinear.
So for you, if the user clicks on different points that are not collinear than it won't be possible for you to connect this points using one single line. You would need to store the points in an array (or whatever you prefer) and then draw a line betweent the consecutive points.
You could prefer a curve if you want to connect these points but a single line won't do it, unless and until the points are collinear.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: need math suggestions Pin
kasturi_haribabu25-Dec-06 22:31
kasturi_haribabu25-Dec-06 22:31 
AnswerRe: need math suggestions Pin
Russell'25-Dec-06 23:24
Russell'25-Dec-06 23:24 
GeneralRe: need math suggestions Pin
includeh1026-Dec-06 0:44
includeh1026-Dec-06 0:44 
GeneralRe: need math suggestions Pin
Russell'26-Dec-06 3:31
Russell'26-Dec-06 3:31 
GeneralRe: need math suggestions Pin
Russell'26-Dec-06 4:06
Russell'26-Dec-06 4:06 
QuestionList Control on a modelless dialog can't be refreshed correctly Pin
eat_union25-Dec-06 20:28
eat_union25-Dec-06 20:28 
QuestionRe: List Control on a modelless dialog can't be refreshed correctly Pin
prasad_som25-Dec-06 21:48
prasad_som25-Dec-06 21:48 
AnswerRe: List Control on a modelless dialog can't be refreshed correctly Pin
eat_union26-Dec-06 0:00
eat_union26-Dec-06 0:00 
QuestionRe: List Control on a modelless dialog can't be refreshed correctly Pin
prasad_som26-Dec-06 0:05
prasad_som26-Dec-06 0:05 
QuestionRe: List Control on a modelless dialog can't be refreshed correctly Pin
prasad_som26-Dec-06 0:17
prasad_som26-Dec-06 0:17 
AnswerRe: List Control on a modelless dialog can't be refreshed correctly Pin
eat_union26-Dec-06 0:21
eat_union26-Dec-06 0:21 
AnswerRe: List Control on a modelless dialog can't be refreshed correctly Pin
prasad_som26-Dec-06 1:18
prasad_som26-Dec-06 1:18 
GeneralRe: List Control on a modelless dialog can't be refreshed correctly Pin
eat_union26-Dec-06 2:55
eat_union26-Dec-06 2:55 
GeneralRe: List Control on a modelless dialog can't be refreshed correctly Pin
prasad_som26-Dec-06 3:05
prasad_som26-Dec-06 3:05 
AnswerRe: List Control on a modelless dialog can't be refreshed correctly Pin
Cristian Amarie25-Dec-06 22:34
Cristian Amarie25-Dec-06 22:34 
GeneralRe: List Control on a modelless dialog can't be refreshed correctly Pin
eat_union26-Dec-06 1:13
eat_union26-Dec-06 1:13 
GeneralRe: List Control on a modelless dialog can't be refreshed correctly Pin
Cristian Amarie26-Dec-06 2:05
Cristian Amarie26-Dec-06 2:05 

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.