Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 4:56
David Crow30-Jan-06 4:56 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 5:10
professionalRage30-Jan-06 5:10 
GeneralRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 3:42
David Crow30-Jan-06 3:42 
QuestionTDI Pin
viliam30-Jan-06 2:45
viliam30-Jan-06 2:45 
AnswerRe: TDI Pin
Toby Opferman30-Jan-06 8:16
Toby Opferman30-Jan-06 8:16 
QuestionSaving a BITMAP Pin
spen1130-Jan-06 2:13
spen1130-Jan-06 2:13 
AnswerRe: Saving a BITMAP Pin
Rage30-Jan-06 2:21
professionalRage30-Jan-06 2:21 
AnswerRe: Saving a BITMAP Pin
Vipin Aravind30-Jan-06 2:48
Vipin Aravind30-Jan-06 2:48 
If it is a DDB(device dependent bitmap) use GetDIBits(...) on the HBITMAP and get the
DIB with the format of your choice specified via the BITMAPINFO. Once got the DIB bits,
you can save to the file by putting the BITMAPFILEHEADER,BITMAPINFO and the bits itself
to a file in that sequence.

Vipin - MVP
AnswerRe: Saving a BITMAP Pin
Laxman930-Jan-06 21:26
Laxman930-Jan-06 21:26 
QuestionWrong Colors Pin
Great A'Tuin30-Jan-06 1:55
Great A'Tuin30-Jan-06 1:55 
AnswerRe: Wrong Colors Pin
benjymous30-Jan-06 4:06
benjymous30-Jan-06 4:06 
GeneralRe: Wrong Colors Pin
Great A'Tuin30-Jan-06 4:16
Great A'Tuin30-Jan-06 4:16 
GeneralRe: Wrong Colors Pin
benjymous30-Jan-06 9:30
benjymous30-Jan-06 9:30 
GeneralRe: Wrong Colors Pin
Great A'Tuin30-Jan-06 22:16
Great A'Tuin30-Jan-06 22:16 
QuestionChecking other processes memory usage? Pin
chilituna30-Jan-06 1:38
chilituna30-Jan-06 1:38 
AnswerRe: Checking other processes memory usage? Pin
khan++30-Jan-06 2:12
khan++30-Jan-06 2:12 
AnswerRe: Checking other processes memory usage? Pin
Blake Miller30-Jan-06 8:06
Blake Miller30-Jan-06 8:06 
AnswerRe: Checking other processes memory usage? Pin
chilituna30-Jan-06 21:37
chilituna30-Jan-06 21:37 
Questiondiff betwn child and worker thread? Pin
vikas amin30-Jan-06 1:37
vikas amin30-Jan-06 1:37 
AnswerRe: diff betwn child and worker thread? Pin
khan++30-Jan-06 2:06
khan++30-Jan-06 2:06 
AnswerRe: diff betwn child and worker thread? Pin
Vipin Aravind30-Jan-06 2:50
Vipin Aravind30-Jan-06 2:50 
GeneralRe: diff betwn child and worker thread? Pin
David Crow30-Jan-06 2:56
David Crow30-Jan-06 2:56 
GeneralRe: diff betwn child and worker thread? Pin
Eytukan30-Jan-06 3:05
Eytukan30-Jan-06 3:05 
GeneralRe: diff betwn child and worker thread? Pin
Maximilien30-Jan-06 3:27
Maximilien30-Jan-06 3:27 
GeneralRe: diff betwn child and worker thread? Pin
David Crow30-Jan-06 3:30
David Crow30-Jan-06 3:30 

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.