Click here to Skip to main content
15,903,523 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What does this mean? Pin
FISH7866-Jul-09 19:20
FISH7866-Jul-09 19:20 
AnswerRe: What does this mean? Pin
Adam Roderick J6-Jul-09 19:46
Adam Roderick J6-Jul-09 19:46 
GeneralRe: What does this mean? Pin
FISH7866-Jul-09 20:10
FISH7866-Jul-09 20:10 
GeneralRe: What does this mean? Pin
Adam Roderick J6-Jul-09 20:32
Adam Roderick J6-Jul-09 20:32 
AnswerRe: What does this mean? Pin
Cedric Moonen6-Jul-09 20:25
Cedric Moonen6-Jul-09 20:25 
Questionconvert BYTE array to BITMAPFILEHEADER Pin
transoft6-Jul-09 12:57
transoft6-Jul-09 12:57 
AnswerRe: convert BYTE array to BITMAPFILEHEADER Pin
«_Superman_»6-Jul-09 17:01
professional«_Superman_»6-Jul-09 17:01 
AnswerRe: convert BYTE array to BITMAPFILEHEADER Pin
CPallini6-Jul-09 20:55
mveCPallini6-Jul-09 20:55 
QuestionUse of TStringList problems Pin
MrKBA6-Jul-09 11:06
MrKBA6-Jul-09 11:06 
AnswerRe: Use of TStringList problems Pin
CPallini6-Jul-09 21:00
mveCPallini6-Jul-09 21:00 
GeneralRe: Use of TStringList problems Pin
MrKBA6-Jul-09 21:06
MrKBA6-Jul-09 21:06 
GeneralRe: Use of TStringList problems Pin
CPallini6-Jul-09 21:52
mveCPallini6-Jul-09 21:52 
GeneralRe: Use of TStringList problems Pin
MrKBA6-Jul-09 22:14
MrKBA6-Jul-09 22:14 
Questionpop up like windows media player minibar(when miniised). Pin
samvaidy6-Jul-09 10:02
samvaidy6-Jul-09 10:02 
AnswerRe: pop up like windows media player minibar(when miniised). Pin
«_Superman_»6-Jul-09 17:05
professional«_Superman_»6-Jul-09 17:05 
QuestionHow To Set TextColor of a Text Control on a Modeless Dialogbox MFC Pin
CodeMacDaddy6-Jul-09 7:59
CodeMacDaddy6-Jul-09 7:59 
AnswerRe: How To Set TextColor of a Text Control on a Modeless Dialogbox MFC Pin
David Crow6-Jul-09 8:04
David Crow6-Jul-09 8:04 
AnswerRe: How To Set TextColor of a Text Control on a Modeless Dialogbox MFC Pin
«_Superman_»6-Jul-09 17:10
professional«_Superman_»6-Jul-09 17:10 
Questionhow to make a PPC turn on and of on preprogramed times? Pin
OwenBurnett6-Jul-09 7:44
OwenBurnett6-Jul-09 7:44 
AnswerRe: how to make a PPC turn on and of on preprogramed times? Pin
OwenBurnett7-Jul-09 7:39
OwenBurnett7-Jul-09 7:39 
QuestionHooks Pin
Dave Kerr6-Jul-09 7:05
mentorDave Kerr6-Jul-09 7:05 
AnswerRe: Hooks Pin
«_Superman_»6-Jul-09 17:13
professional«_Superman_»6-Jul-09 17:13 
QuestionHow to convert an array of 32bit integers to image in C++ Pin
su_marvel6-Jul-09 4:14
su_marvel6-Jul-09 4:14 
AnswerRe: How to convert an array of 32bit integers to image in C++ Pin
Code-o-mat6-Jul-09 5:08
Code-o-mat6-Jul-09 5:08 
GeneralRe: How to convert an array of 32bit integers to image in C++ Pin
su_marvel7-Jul-09 1:06
su_marvel7-Jul-09 1:06 
Hi,

Each pixel value is in the form of 32 bit. I understand the last 24 bits represent RGB values(8bits each) and the rest 8 bits are unused (value=0).
I am not sure how I can create a proper pixel palette to convert this image to bitamp and display it.

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.