Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Error reported by BoundsChecker Pin
cy163@hotmail.com20-Dec-06 18:23
cy163@hotmail.com20-Dec-06 18:23 
AnswerRe: Error reported by BoundsChecker Pin
James R. Twine21-Dec-06 1:18
James R. Twine21-Dec-06 1:18 
GeneralRe: Error reported by BoundsChecker Pin
cy163@hotmail.com21-Dec-06 5:01
cy163@hotmail.com21-Dec-06 5:01 
GeneralRe: Error reported by BoundsChecker Pin
Mark Salsbery21-Dec-06 5:14
Mark Salsbery21-Dec-06 5:14 
QuestionDrawing Horizontal text Pin
NILANKARAJA20-Dec-06 17:45
NILANKARAJA20-Dec-06 17:45 
AnswerRe: Drawing Horizontal text Pin
Hamid_RT20-Dec-06 18:13
Hamid_RT20-Dec-06 18:13 
QuestionRe: Drawing Horizontal text Pin
NILANKARAJA20-Dec-06 21:30
NILANKARAJA20-Dec-06 21:30 
AnswerRe: Drawing Horizontal text Pin
Waldermort20-Dec-06 21:45
Waldermort20-Dec-06 21:45 
You need to play around with the LOGFONT structures members. I think it was the escapement member that you need to alter. Another method would be to draw to an offscreen bitmap, and rotate the whole thing. The latter method would probably be the best solution since modifying the font will yield an ugly output.
AnswerRe: Drawing Horizontal text Pin
Hamid_RT21-Dec-06 1:37
Hamid_RT21-Dec-06 1:37 
AnswerRe: Drawing Horizontal text Pin
Stephen Hewitt2-Jan-07 13:41
Stephen Hewitt2-Jan-07 13:41 
Questionafter insert CButton...the program can't execute? Pin
cyn820-Dec-06 17:18
cyn820-Dec-06 17:18 
AnswerRe: after insert CButton...the program can't execute? Pin
Sam Hobbs20-Dec-06 17:26
Sam Hobbs20-Dec-06 17:26 
GeneralRe: after insert CButton...the program can't execute? Pin
cyn820-Dec-06 18:47
cyn820-Dec-06 18:47 
GeneralRe: after insert CButton...the program can't execute? Pin
Sam Hobbs20-Dec-06 22:15
Sam Hobbs20-Dec-06 22:15 
AnswerRe: after insert CButton...the program can't execute? Pin
Hamid_RT20-Dec-06 17:42
Hamid_RT20-Dec-06 17:42 
GeneralRe: after insert CButton...the program can't execute? Pin
cyn820-Dec-06 18:49
cyn820-Dec-06 18:49 
GeneralRe: after insert CButton...the program can't execute? Pin
Hamid_RT20-Dec-06 19:19
Hamid_RT20-Dec-06 19:19 
QuestionRe: after insert CButton...the program can't execute? Pin
prasad_som20-Dec-06 19:12
prasad_som20-Dec-06 19:12 
Questionbitwise operators. Pin
asp.netProgrammer20-Dec-06 14:53
asp.netProgrammer20-Dec-06 14:53 
AnswerRe: bitwise operators. Pin
Michael Dunn20-Dec-06 15:20
sitebuilderMichael Dunn20-Dec-06 15:20 
GeneralRe: bitwise operators. Pin
asp.netProgrammer20-Dec-06 16:16
asp.netProgrammer20-Dec-06 16:16 
GeneralRe: bitwise operators. Pin
Michael Dunn20-Dec-06 16:57
sitebuilderMichael Dunn20-Dec-06 16:57 
GeneralRe: bitwise operators. Pin
asp.netProgrammer20-Dec-06 17:11
asp.netProgrammer20-Dec-06 17:11 
GeneralRe: bitwise operators. Pin
Michael Dunn20-Dec-06 17:17
sitebuilderMichael Dunn20-Dec-06 17:17 
QuestionPassing structure to function Pin
Oliver12320-Dec-06 14:43
Oliver12320-Dec-06 14:43 

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.