Click here to Skip to main content
15,929,356 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Action On Windows Shutdown Pin
Michael Dunn24-May-01 10:25
sitebuilderMichael Dunn24-May-01 10:25 
GeneralColor of Item in CListCtrl Pin
24-May-01 9:04
suss24-May-01 9:04 
GeneralRe: Color of Item in CListCtrl Pin
Tomasz Sowinski24-May-01 9:10
Tomasz Sowinski24-May-01 9:10 
GeneralRe: Thanks, but... Pin
24-May-01 9:35
suss24-May-01 9:35 
GeneralRe: Thanks, but... Pin
Tomasz Sowinski24-May-01 9:41
Tomasz Sowinski24-May-01 9:41 
GeneralRe: Color of Item in CListCtrl Pin
Michael Dunn24-May-01 10:27
sitebuilderMichael Dunn24-May-01 10:27 
Generallength between two points Pin
mr200324-May-01 9:01
mr200324-May-01 9:01 
GeneralRe: length between two points Pin
Christian Graus24-May-01 13:08
protectorChristian Graus24-May-01 13:08 
It's basic trig. If you have a right angle triangle, (a*a) + (b*b) = c*c. C is the side you are dealing with, so if your line is from 0,100 to 100, 47, then a = 100 and b = 100-47, 53. So the square root of (100*100) + (53 * 53) is the length of your line.

Christian

#include "std_disclaimer.h"

People who love sausage and respect the law should never watch either one being made.
Generallength between two points Pin
mr200324-May-01 9:00
mr200324-May-01 9:00 
GeneralRe: length between two points Pin
Tomasz Sowinski24-May-01 9:04
Tomasz Sowinski24-May-01 9:04 
GeneralCRC-Checksum to check whether file has been modified Pin
24-May-01 8:55
suss24-May-01 8:55 
QuestionWhy my program cannot show colour? Pin
Richard Cheng24-May-01 7:24
Richard Cheng24-May-01 7:24 
AnswerRe: Why my program cannot show colour? Pin
Tomasz Sowinski24-May-01 8:24
Tomasz Sowinski24-May-01 8:24 
GeneralRe: Why my program cannot show colour? Pin
Richard Cheng24-May-01 10:39
Richard Cheng24-May-01 10:39 
GeneralRe: Why my program cannot show colour? Pin
Tomasz Sowinski24-May-01 10:44
Tomasz Sowinski24-May-01 10:44 
GeneralRe: Why my program cannot show colour? Pin
Richard Cheng24-May-01 10:53
Richard Cheng24-May-01 10:53 
GeneralRe: Why my program cannot show colour? Pin
Tomasz Sowinski24-May-01 10:58
Tomasz Sowinski24-May-01 10:58 
GeneralInstaller...loking for advise Pin
Amit Dey24-May-01 6:49
Amit Dey24-May-01 6:49 
GeneralRe: Installer...loking for advise Pin
24-May-01 6:58
suss24-May-01 6:58 
GeneralRange of Pixel intensity Pin
mr200324-May-01 5:57
mr200324-May-01 5:57 
GeneralRe: Range of Pixel intensity Pin
NormDroid24-May-01 6:37
professionalNormDroid24-May-01 6:37 
GeneralCWnd quiz Pin
24-May-01 5:47
suss24-May-01 5:47 
GeneralRe: CWnd quiz Pin
24-May-01 5:58
suss24-May-01 5:58 
GeneralRe: CWnd quiz Pin
NormDroid24-May-01 6:40
professionalNormDroid24-May-01 6:40 
GeneralDialog background Pin
24-May-01 4:42
suss24-May-01 4:42 

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.