Click here to Skip to main content
15,906,106 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using a bitmap created with ms paint Pin
b_girl7-Oct-03 3:21
b_girl7-Oct-03 3:21 
GeneralRe: Using a bitmap created with ms paint Pin
Jason Henderson7-Oct-03 3:54
Jason Henderson7-Oct-03 3:54 
GeneralRe: Using a bitmap created with ms paint Pin
b_girl7-Oct-03 4:23
b_girl7-Oct-03 4:23 
GeneralRe: Using a bitmap created with ms paint Pin
Jason Henderson7-Oct-03 4:43
Jason Henderson7-Oct-03 4:43 
GeneralRe: Using a bitmap created with ms paint Pin
b_girl7-Oct-03 6:39
b_girl7-Oct-03 6:39 
GeneralRe: Using a bitmap created with ms paint Pin
Jason Henderson7-Oct-03 6:54
Jason Henderson7-Oct-03 6:54 
GeneralRe: Using a bitmap created with ms paint Pin
b_girl7-Oct-03 7:57
b_girl7-Oct-03 7:57 
GeneralRe: Using a bitmap created with ms paint Pin
Jason Henderson7-Oct-03 8:49
Jason Henderson7-Oct-03 8:49 
In 256 color mode, Windows will only have 256 colors available fo rthe screen display at one time. If you use too many colors, it will convert them to the closest matching color in the current palete. The screen would look like a rainbow of sorts.

Since the template bitmap is selected into a device context that is compatible with the screen, then it will be converted to the same color depth as the screen. There really is no way to control it, but you can make your app use the same color palete in all of its bitmaps and windows, etc. If you use this palette http://www.soc.hawaii.edu/com337/presentations/presentation_04/sld017.htm[^] you should be ok.

"It is better to remain silent and be thought a fool than to open one's mouth and remove all doubt." - Abraham Lincoln
Jason Henderson
blog | articles

GeneralRe: Using a bitmap created with ms paint Pin
b_girl7-Oct-03 9:51
b_girl7-Oct-03 9:51 
GeneralRe: Using a bitmap created with ms paint Pin
Jason Henderson7-Oct-03 10:13
Jason Henderson7-Oct-03 10:13 
GeneralRe: Using a bitmap created with ms paint Pin
Terry O'Nolley6-Oct-03 11:17
Terry O'Nolley6-Oct-03 11:17 
GeneralReturn to the VC++ debugger Pin
Richard Jones6-Oct-03 6:58
Richard Jones6-Oct-03 6:58 
GeneralRe: Return to the VC++ debugger Pin
Steve S6-Oct-03 7:05
Steve S6-Oct-03 7:05 
GeneralRe: Return to the VC++ debugger Pin
Michael Dunn6-Oct-03 9:46
sitebuilderMichael Dunn6-Oct-03 9:46 
GeneralRe: Return to the VC++ debugger Pin
Chris Richardson6-Oct-03 17:13
Chris Richardson6-Oct-03 17:13 
GeneralRe: Return to the VC++ debugger Pin
Steve S6-Oct-03 22:37
Steve S6-Oct-03 22:37 
GeneralRe: Return to the VC++ debugger Pin
Richard Jones7-Oct-03 3:22
Richard Jones7-Oct-03 3:22 
GeneralRe: Return to the VC++ debugger Pin
Chris Richardson9-Oct-03 9:43
Chris Richardson9-Oct-03 9:43 
GeneralRe: Return to the VC++ debugger Pin
Mike Dimmick6-Oct-03 23:55
Mike Dimmick6-Oct-03 23:55 
GeneralNetwork Events Pin
jparsons6-Oct-03 6:25
jparsons6-Oct-03 6:25 
GeneralDetecting drive program is running on. Pin
IrishSonic6-Oct-03 5:12
IrishSonic6-Oct-03 5:12 
GeneralRe: Detecting drive program is running on. Pin
David Crow6-Oct-03 5:14
David Crow6-Oct-03 5:14 
GeneralProblems with DDK in W2000 Pin
JussiL6-Oct-03 4:56
JussiL6-Oct-03 4:56 
GeneralThread Dialog Box Pin
Anthony98876-Oct-03 4:49
Anthony98876-Oct-03 4:49 
GeneralRe: Thread Dialog Box Pin
David Crow6-Oct-03 5:13
David Crow6-Oct-03 5:13 

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.