Click here to Skip to main content
15,913,758 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing the font of a control ( CStatic ) Pin
Maximilien9-Jun-05 5:32
Maximilien9-Jun-05 5:32 
GeneralRe: Changing the font of a control ( CStatic ) Pin
James R. Twine9-Jun-05 5:45
James R. Twine9-Jun-05 5:45 
GeneralRe: Changing the font of a control ( CStatic ) Pin
Michael Dunn9-Jun-05 6:55
sitebuilderMichael Dunn9-Jun-05 6:55 
GeneralRe: Changing the font of a control ( CStatic ) Pin
Maximilien9-Jun-05 7:04
Maximilien9-Jun-05 7:04 
GeneralMSVCIRT error Pin
ronwurster9-Jun-05 4:06
ronwurster9-Jun-05 4:06 
GeneralRe: MSVCIRT error Pin
Blake Miller9-Jun-05 6:29
Blake Miller9-Jun-05 6:29 
Generalimage processing Pin
Arrun9-Jun-05 2:25
Arrun9-Jun-05 2:25 
GeneralRe: image processing Pin
Member 14276929-Jun-05 2:47
Member 14276929-Jun-05 2:47 
I guess you'll have to take each pixel and verify if it has the same value as at least one from his neighbours.
Something like this:
[ 1 2 3 ]
[ 4 5 6 ]
[ 7 8 9 ]
Now you take pixel #5 and check his value with the ones from that matrix. if it's the same then it is a point of the line(composing the grid), if not then it don't belongs there.
Once you know where the grid lines starts it's easy to identify the intersecting points since you'll know the angle and everything.
GeneralLoad msword doc files in mfc Pin
GnanaprakashJebaraj9-Jun-05 2:15
GnanaprakashJebaraj9-Jun-05 2:15 
GeneralRe: Load msword doc files in mfc Pin
David Crow9-Jun-05 2:23
David Crow9-Jun-05 2:23 
GeneralRe: Load msword doc files in mfc Pin
GnanaprakashJebaraj10-Jun-05 1:30
GnanaprakashJebaraj10-Jun-05 1:30 
GeneralRe: Load msword doc files in mfc Pin
David Crow10-Jun-05 5:51
David Crow10-Jun-05 5:51 
GeneralRe: Load msword doc files in mfc Pin
ThatsAlok9-Jun-05 18:32
ThatsAlok9-Jun-05 18:32 
GeneralRe: Load msword doc files in mfc Pin
GnanaprakashJebaraj10-Jun-05 1:34
GnanaprakashJebaraj10-Jun-05 1:34 
GeneralRe: Load msword doc files in mfc Pin
ThatsAlok10-Jun-05 1:40
ThatsAlok10-Jun-05 1:40 
GeneralRe: Load msword doc files in mfc Pin
GnanaprakashJebaraj15-Jun-05 20:34
GnanaprakashJebaraj15-Jun-05 20:34 
GeneralParser for C++ Pin
Member 14276929-Jun-05 1:01
Member 14276929-Jun-05 1:01 
GeneralRe: Parser for C++ Pin
toxcct9-Jun-05 1:09
toxcct9-Jun-05 1:09 
GeneralRe: Parser for C++ Pin
Bob Stanneveld9-Jun-05 1:13
Bob Stanneveld9-Jun-05 1:13 
GeneralRe: Parser for C++ Pin
toxcct9-Jun-05 1:22
toxcct9-Jun-05 1:22 
GeneralRe: Parser for C++ Pin
Bob Stanneveld9-Jun-05 1:26
Bob Stanneveld9-Jun-05 1:26 
GeneralRe: Parser for C++ Pin
Member 14276929-Jun-05 1:38
Member 14276929-Jun-05 1:38 
GeneralRe: Parser for C++ Pin
toxcct9-Jun-05 1:58
toxcct9-Jun-05 1:58 
GeneralRe: Parser for C++ Pin
ThatsAlok9-Jun-05 2:06
ThatsAlok9-Jun-05 2:06 
GeneralRe: Parser for C++ Pin
toxcct9-Jun-05 5:04
toxcct9-Jun-05 5:04 

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.