Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionISO DVD / CD Burning Libraries Pin
raddog27-Nov-05 16:36
raddog27-Nov-05 16:36 
AnswerRe: ISO DVD / CD Burning Libraries Pin
Saksida Bojan27-Nov-05 19:10
Saksida Bojan27-Nov-05 19:10 
QuestionHow to avoid word wrap in MFC Pin
lkeller27-Nov-05 15:32
lkeller27-Nov-05 15:32 
AnswerRe: How to avoid word wrap in MFC Pin
raddog27-Nov-05 16:51
raddog27-Nov-05 16:51 
Questioncompiling error when use type_info::operator== Pin
followait27-Nov-05 14:57
followait27-Nov-05 14:57 
AnswerRe: compiling error when use type_info::operator== Pin
PJ Arends27-Nov-05 15:27
professionalPJ Arends27-Nov-05 15:27 
GeneralRe: compiling error when use type_info::operator== Pin
followait28-Nov-05 3:28
followait28-Nov-05 3:28 
QuestionIntelligent bitmap depth conversion 1,4,8,16,24 bits Pin
Sumit Kapoor27-Nov-05 14:52
Sumit Kapoor27-Nov-05 14:52 
Hi All,

I want to do Intelligent bitmap depth conversion.

Convert XXX to XXX (without color lose):
24 bits --> 16 bits (If few color used that can fit in 16 bits)
24 bits --> 8 bits (If few color used that can fit in 8 bits)
24 bits --> 4 bits (If few color used that can fit in 4 bits)
24 bits --> 1 bits (If few color used that can fit in 1 bit)

Do u know, How I can find this bitmap has exact color(with no color lose) to fit in lower depth?

For example : If I have a 24bits baitmap, but that is using only two colors. These two colors can be shown by 4 bits bitmap without any lose of color, then I should use 4 bits bitmap WHY 24 bits.

ThanksSmile | :)
Sumit K.Smile | :)

---Sumit Kapoor--- sumit_kapoor1980@hotmail.com
AnswerRe: Intelligent bitmap depth conversion 1,4,8,16,24 bits Pin
John R. Shaw27-Nov-05 18:13
John R. Shaw27-Nov-05 18:13 
AnswerRe: Intelligent bitmap depth conversion 1,4,8,16,24 bits Pin
normanS27-Nov-05 18:47
normanS27-Nov-05 18:47 
GeneralRe: Intelligent bitmap depth conversion 1,4,8,16,24 bits Pin
Sumit Kapoor27-Nov-05 21:31
Sumit Kapoor27-Nov-05 21:31 
QuestionModal vs Child CDialog style. BIG PROBLEM Pin
xSoptik27-Nov-05 12:13
xSoptik27-Nov-05 12:13 
QuestionHow do I read the content of an Internet Explorer page Pin
stifmeister_ro27-Nov-05 11:38
stifmeister_ro27-Nov-05 11:38 
AnswerRe: How do I read the content of an Internet Explorer page Pin
Michael Dunn27-Nov-05 16:05
sitebuilderMichael Dunn27-Nov-05 16:05 
QuestionHow to hide a cursor ? Pin
quangpk27-Nov-05 4:27
quangpk27-Nov-05 4:27 
AnswerRe: How to hide a cursor ? Pin
PJ Arends27-Nov-05 9:00
professionalPJ Arends27-Nov-05 9:00 
QuestionHow to set the library file in vc 6.0? Pin
rushing27-Nov-05 3:13
rushing27-Nov-05 3:13 
AnswerRe: How to set the library file in vc 6.0? Pin
PJ Arends27-Nov-05 9:58
professionalPJ Arends27-Nov-05 9:58 
QuestionLooking for a quick and smart way to recreate a project. Pin
DWOO27-Nov-05 1:56
DWOO27-Nov-05 1:56 
QuestionFlush a file after reading it? Pin
Lord Kixdemp26-Nov-05 22:21
Lord Kixdemp26-Nov-05 22:21 
AnswerRe: Flush a file after reading it? Pin
Johann Gerell26-Nov-05 23:38
Johann Gerell26-Nov-05 23:38 
QuestionRe: Flush a file after reading it? Pin
David Crow27-Nov-05 11:17
David Crow27-Nov-05 11:17 
AnswerRe: Flush a file after reading it? Pin
PJ Arends27-Nov-05 13:17
professionalPJ Arends27-Nov-05 13:17 
GeneralRe: Flush a file after reading it? Pin
Lord Kixdemp27-Nov-05 15:43
Lord Kixdemp27-Nov-05 15:43 
GeneralRe: Flush a file after reading it? Pin
Lord Kixdemp27-Nov-05 15:48
Lord Kixdemp27-Nov-05 15:48 

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.