Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: obj versus &obj - performance test Pin
ddmcr7-Oct-05 3:24
ddmcr7-Oct-05 3:24 
AnswerRe: obj versus &obj - performance test ( edited with more results : Pin
Maximilien7-Oct-05 2:59
Maximilien7-Oct-05 2:59 
GeneralRe: obj versus &obj - performance test Pin
ddmcr7-Oct-05 3:02
ddmcr7-Oct-05 3:02 
GeneralRe: obj versus &obj - performance test ( edited with more results : Pin
ddmcr7-Oct-05 4:17
ddmcr7-Oct-05 4:17 
AnswerRe: obj versus &obj - performance test Pin
S. Senthil Kumar7-Oct-05 3:19
S. Senthil Kumar7-Oct-05 3:19 
AnswerRe: obj versus &obj - performance test Pin
Tim Smith7-Oct-05 3:56
Tim Smith7-Oct-05 3:56 
QuestionCStatic Drawing Pin
Jagadeesh VN7-Oct-05 1:45
Jagadeesh VN7-Oct-05 1:45 
QuestionMenu border Pin
hatemtaleb7-Oct-05 1:38
hatemtaleb7-Oct-05 1:38 
AnswerRe: Menu border Pin
toxcct7-Oct-05 1:41
toxcct7-Oct-05 1:41 
GeneralRe: Menu border Pin
hatemtaleb7-Oct-05 1:48
hatemtaleb7-Oct-05 1:48 
AnswerRe: Menu border (edited) Pin
toxcct7-Oct-05 1:52
toxcct7-Oct-05 1:52 
GeneralRe: Menu border (edited) Pin
hatemtaleb7-Oct-05 2:13
hatemtaleb7-Oct-05 2:13 
QuestionEdit boxes Interaction Pin
swaapu7-Oct-05 1:32
swaapu7-Oct-05 1:32 
QuestionRe: Edit boxes Interaction Pin
David Crow7-Oct-05 3:15
David Crow7-Oct-05 3:15 
AnswerRe: Edit boxes Interaction Pin
swaapu7-Oct-05 19:23
swaapu7-Oct-05 19:23 
QuestionEdit boxes Interaction Pin
swaapu7-Oct-05 1:32
swaapu7-Oct-05 1:32 
QuestionDrawTextEx not working properly when printing on Windows 98 Pin
Paul Vickery7-Oct-05 1:24
professionalPaul Vickery7-Oct-05 1:24 
AnswerRe: DrawTextEx not working properly when printing on Windows 98 Pin
KaЯl7-Oct-05 1:54
KaЯl7-Oct-05 1:54 
AnswerRe: DrawTextEx not working properly when printing on Windows 98 Pin
Paul Vickery7-Oct-05 5:18
professionalPaul Vickery7-Oct-05 5:18 
GeneralRe: DrawTextEx not working properly when printing on Windows 98 Pin
KaЯl7-Oct-05 5:26
KaЯl7-Oct-05 5:26 
AnswerRe: DrawTextEx not working properly when printing on Windows 98 Pin
Paul Vickery7-Oct-05 5:43
professionalPaul Vickery7-Oct-05 5:43 
Mmmm. That's what I was afraid I may have to resort to. It's not very efficient for huge chunks of text, which is why I didn't really want to do it this way in the first place (our reports are often very long, with large chunks of text), but I guess I can optimise it by splitting the string up and testing it using a binary method if it's over a certain length. I guess as it's only a problem on Windows 98, I'll just do it this way for that - maybe that'll teach them to use a real(-ish) OS!

Thanks for your time looking at this!

Paul.



"The way of a fool seems right to him, but a wise man listens to advice" - Proverbs 12:15 (NIV)
GeneralRe: DrawTextEx not working properly when printing on Windows 98 Pin
KaЯl7-Oct-05 6:05
KaЯl7-Oct-05 6:05 
GeneralRe: DrawTextEx not working properly when printing on Windows 98 Pin
Paul Vickery9-Oct-05 23:02
professionalPaul Vickery9-Oct-05 23:02 
GeneralRe: DrawTextEx not working properly when printing on Windows 98 Pin
KaЯl9-Oct-05 23:24
KaЯl9-Oct-05 23:24 
GeneralRe: DrawTextEx not working properly when printing on Windows 98 Pin
Jack Puppy7-Oct-05 14:33
Jack Puppy7-Oct-05 14:33 

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.