Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Lowest Level of Graphics on Windows Pin
CPallini26-Feb-13 23:15
mveCPallini26-Feb-13 23:15 
GeneralRe: Lowest Level of Graphics on Windows Pin
Captain Price26-Feb-13 23:26
professionalCaptain Price26-Feb-13 23:26 
AnswerRe: Lowest Level of Graphics on Windows Pin
Albert Holguin27-Feb-13 4:44
professionalAlbert Holguin27-Feb-13 4:44 
GeneralRe: Lowest Level of Graphics on Windows Pin
Captain Price27-Feb-13 5:00
professionalCaptain Price27-Feb-13 5:00 
AnswerRe: Lowest Level of Graphics on Windows Pin
Albert Holguin27-Feb-13 6:44
professionalAlbert Holguin27-Feb-13 6:44 
GeneralRe: Lowest Level of Graphics on Windows Pin
Captain Price27-Feb-13 17:21
professionalCaptain Price27-Feb-13 17:21 
GeneralRe: Lowest Level of Graphics on Windows Pin
Orjan Westin28-Feb-13 3:28
professionalOrjan Westin28-Feb-13 3:28 
AnswerRe: Lowest Level of Graphics on Windows Pin
Shaheed Legion27-Feb-13 5:38
Shaheed Legion27-Feb-13 5:38 
The lowest level API that you can work with, while still using GDI, is DIBSections. DIBSections allow you to update the pixels of a bitmap manually and draw that bitmap using an HDC. They have always been fast enough, and are many times faster than using the SetPixel method. Hope this helps.
For awesome websites or just to chat check out my blog for more info. . .

QuestionReading Compressed AVI Video file Pin
ashwath197925-Feb-13 19:48
ashwath197925-Feb-13 19:48 
AnswerRe: Reading Compressed AVI Video file Pin
_Flaviu25-Feb-13 20:42
_Flaviu25-Feb-13 20:42 
GeneralRe: Reading Compressed AVI Video file Pin
ashwath197926-Feb-13 1:26
ashwath197926-Feb-13 1:26 
AnswerRe: Reading Compressed AVI Video file Pin
Shaheed Legion26-Feb-13 5:02
Shaheed Legion26-Feb-13 5:02 
GeneralRe: Reading Compressed AVI Video file Pin
ashwath197926-Feb-13 21:56
ashwath197926-Feb-13 21:56 
AnswerRe: Reading Compressed AVI Video file Pin
Shaheed Legion26-Feb-13 23:50
Shaheed Legion26-Feb-13 23:50 
GeneralRe: Reading Compressed AVI Video file Pin
ashwath197927-Feb-13 2:07
ashwath197927-Feb-13 2:07 
GeneralRe: Reading Compressed AVI Video file Pin
ashwath197927-Feb-13 20:04
ashwath197927-Feb-13 20:04 
AnswerRe: Reading Compressed AVI Video file Pin
Shaheed Legion27-Feb-13 23:02
Shaheed Legion27-Feb-13 23:02 
GeneralRe: Reading Compressed AVI Video file Pin
ashwath19791-Mar-13 1:28
ashwath19791-Mar-13 1:28 
AnswerRe: Reading Compressed AVI Video file Pin
Shaheed Legion27-Mar-13 0:40
Shaheed Legion27-Mar-13 0:40 
QuestionInitInstance() Problem Pin
Anu_Bala25-Feb-13 19:19
Anu_Bala25-Feb-13 19:19 
AnswerRe: InitInstance() Problem Pin
Richard MacCutchan25-Feb-13 21:52
mveRichard MacCutchan25-Feb-13 21:52 
AnswerRe: InitInstance() Problem Pin
Shaheed Legion26-Feb-13 5:44
Shaheed Legion26-Feb-13 5:44 
AnswerRe: InitInstance() Problem Pin
«_Superman_»26-Feb-13 15:20
professional«_Superman_»26-Feb-13 15:20 
QuestionRe: InitInstance() Problem Pin
CPallini26-Feb-13 21:08
mveCPallini26-Feb-13 21:08 
AnswerRe: InitInstance() Problem Pin
Albert Holguin27-Feb-13 4:45
professionalAlbert Holguin27-Feb-13 4:45 

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.