Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 32 bitmap and gdi+ problem Pin
Joe Woodbury23-Jul-10 7:02
professionalJoe Woodbury23-Jul-10 7:02 
GeneralRe: 32 bitmap and gdi+ problem Pin
rjkg24-Jul-10 0:01
rjkg24-Jul-10 0:01 
GeneralRe: 32 bitmap and gdi+ problem Pin
Joe Woodbury24-Jul-10 8:14
professionalJoe Woodbury24-Jul-10 8:14 
QuestionAddPrinterDriver returning ERROR_IO_PENDING, what should I do? Pin
sashoalm22-Jul-10 22:44
sashoalm22-Jul-10 22:44 
AnswerRe: AddPrinterDriver returning ERROR_IO_PENDING, what should I do? Pin
Code-o-mat22-Jul-10 23:47
Code-o-mat22-Jul-10 23:47 
GeneralRe: AddPrinterDriver returning ERROR_IO_PENDING, what should I do? Pin
David Crow23-Jul-10 3:17
David Crow23-Jul-10 3:17 
QuestionProcessing speed becomes slow if i do not use FILE_FLAG_OVERLAPPED parameter in my CreateFile Function Pin
learningvisualc22-Jul-10 20:50
learningvisualc22-Jul-10 20:50 
AnswerRe: Processing speed becomes slow if i do not use FILE_FLAG_OVERLAPPED parameter in my CreateFile Function Pin
Code-o-mat22-Jul-10 22:45
Code-o-mat22-Jul-10 22:45 
I think that is quite hard to guess without actually seeing what you do and how you do it. My guess is that without overlapping your program blocks on the read operatin until there's data available to be read so the processing becomes "blocky". Do you know the difference between overlapped and non-overlapped IO?
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> "It doesn't work, fix it" does not qualify as a bug report. <
> Amazing what new features none of the programmers working on the project ever heard of you can learn about when reading what the marketing guys wrote about it. <

AnswerRe: Processing speed becomes slow if i do not use FILE_FLAG_OVERLAPPED parameter in my CreateFile Function Pin
Iain Clarke, Warrior Programmer23-Jul-10 11:19
Iain Clarke, Warrior Programmer23-Jul-10 11:19 
QuestionMemory Bits To Bitfield Definition Pin
Trevor Johansen22-Jul-10 20:48
Trevor Johansen22-Jul-10 20:48 
AnswerRe: Memory Bits To Bitfield Definition Pin
Member 392263923-Jul-10 2:50
Member 392263923-Jul-10 2:50 
GeneralRe: Memory Bits To Bitfield Definition Pin
Trevor Johansen23-Jul-10 6:55
Trevor Johansen23-Jul-10 6:55 
QuestionHow to delete a memory on Heap if it is holded by a reference Pin
pandit8422-Jul-10 20:43
pandit8422-Jul-10 20:43 
AnswerRe: How to delete a memory on Heap if it is holded by a reference Pin
Cedric Moonen22-Jul-10 20:45
Cedric Moonen22-Jul-10 20:45 
GeneralRe: How to delete a memory on Heap if it is holded by a reference Pin
Emilio Garavaglia22-Jul-10 21:28
Emilio Garavaglia22-Jul-10 21:28 
GeneralRe: How to delete a memory on Heap if it is holded by a reference Pin
pandit8422-Jul-10 21:31
pandit8422-Jul-10 21:31 
QuestionHow can show a long string in Muliline in the Static Text Control? Pin
Le@rner22-Jul-10 19:44
Le@rner22-Jul-10 19:44 
AnswerRe: How can show a long string in Muliline in the Static Text Control? Pin
Madhu Nair22-Jul-10 20:14
Madhu Nair22-Jul-10 20:14 
GeneralRe: How can show a long string in Muliline in the Static Text Control? Pin
Le@rner22-Jul-10 20:25
Le@rner22-Jul-10 20:25 
GeneralRe: How can show a long string in Muliline in the Static Text Control? Pin
Madhu Nair22-Jul-10 20:27
Madhu Nair22-Jul-10 20:27 
AnswerRe: How can show a long string in Muliline in the Static Text Control? Pin
«_Superman_»22-Jul-10 20:27
professional«_Superman_»22-Jul-10 20:27 
QuestionRe: How can show a long string in Muliline in the Static Text Control? Pin
Cool_Dev22-Jul-10 20:57
Cool_Dev22-Jul-10 20:57 
AnswerRe: How can show a long string in Muliline in the Static Text Control? Pin
«_Superman_»22-Jul-10 21:18
professional«_Superman_»22-Jul-10 21:18 
GeneralRe: How can show a long string in Muliline in the Static Text Control? Pin
Cool_Dev22-Jul-10 22:33
Cool_Dev22-Jul-10 22:33 
QuestionCDateTimeCtrl Pin
john563222-Jul-10 16:56
john563222-Jul-10 16:56 

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.