Click here to Skip to main content
15,914,074 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Not Getting Color w/ MFC... Pin
Mark Salsbery15-Dec-06 9:12
Mark Salsbery15-Dec-06 9:12 
AnswerRe: Not Getting Color w/ MFC... Pin
Mark Salsbery15-Dec-06 9:26
Mark Salsbery15-Dec-06 9:26 
GeneralRe: Not Getting Color w/ MFC... Pin
CoffeeAddict1915-Dec-06 10:24
CoffeeAddict1915-Dec-06 10:24 
GeneralRe: Not Getting Color w/ MFC... Pin
Mark Salsbery15-Dec-06 10:46
Mark Salsbery15-Dec-06 10:46 
GeneralRe: Not Getting Color w/ MFC... Pin
CoffeeAddict1915-Dec-06 10:51
CoffeeAddict1915-Dec-06 10:51 
GeneralRe: Not Getting Color w/ MFC... [modified] Pin
Mark Salsbery15-Dec-06 12:09
Mark Salsbery15-Dec-06 12:09 
GeneralRe: Not Getting Color w/ MFC... Pin
Mark Salsbery15-Dec-06 12:38
Mark Salsbery15-Dec-06 12:38 
GeneralRe: Not Getting Color w/ MFC... Pin
CoffeeAddict1915-Dec-06 16:39
CoffeeAddict1915-Dec-06 16:39 
You'll be the first person to get a copy. Smile | :) I've set up everything how you said, except I had to set it to a color depth of 32 instead of 24 (what my system is running). Which raises the question- what's the best way to detect what the systems color depth is, so that a person with different settings isn't SOL?

Here is how I set up everything...

CGameWin::CGameWin() : CGameKeyBindingDialog("CKeyboardDialog")
{
Create(NULL, "Tic-Tac-Toe", WS_OVERLAPPEDWINDOW,
rectDefault, NULL, "Game");
CGameKeyBindingDialog.setMainWnd(this);
OffSetX, OffSetY = 0;
CBitGrid.CreateBitmap(150, 150, 1, 32, NULL);
grid_DC.CreateCompatibleDC(NULL);
grid_DC.SelectObject(CBitGrid);
buffer_DC.CreateCompatibleDC(&grid_DC);
xo_DC.CreateCompatibleDC(&grid_DC);
CBitXO.CreateCompatibleBitmap(&grid_DC, 100, 100);
CBitBackBuffer.CreateCompatibleBitmap(&grid_DC, 400, 400);
InitBrushPen();
DrawBackground();
}
GeneralRe: Not Getting Color w/ MFC... Pin
Mark Salsbery16-Dec-06 8:40
Mark Salsbery16-Dec-06 8:40 
QuestionHow to debug a COM from an ASP.NET client? Pin
almc15-Dec-06 7:22
almc15-Dec-06 7:22 
AnswerRe: How to debug a COM from an ASP.NET client? Pin
Eytukan16-Dec-06 4:57
Eytukan16-Dec-06 4:57 
GeneralRe: How to debug a COM from an ASP.NET client? Pin
almc18-Dec-06 3:50
almc18-Dec-06 3:50 
Questionhow to move from CDatabase to CDoaDatabase? Pin
bitkidoku15-Dec-06 4:17
bitkidoku15-Dec-06 4:17 
AnswerRe: how to move from CDatabase to CDoaDatabase? Pin
Mark Salsbery15-Dec-06 5:10
Mark Salsbery15-Dec-06 5:10 
GeneralRe: how to move from CDatabase to CDoaDatabase? Pin
bitkidoku15-Dec-06 22:03
bitkidoku15-Dec-06 22:03 
QuestionPlaying audio with AVIFile API. Pin
10011000100101101000015-Dec-06 4:17
10011000100101101000015-Dec-06 4:17 
QuestionResume and suspend thread Pin
RockyJames15-Dec-06 4:07
RockyJames15-Dec-06 4:07 
AnswerRe: Resume and suspend thread Pin
Mark Salsbery15-Dec-06 5:20
Mark Salsbery15-Dec-06 5:20 
GeneralRe: Resume and suspend thread Pin
RockyJames15-Dec-06 17:54
RockyJames15-Dec-06 17:54 
GeneralRe: Resume and suspend thread Pin
Mark Salsbery16-Dec-06 10:21
Mark Salsbery16-Dec-06 10:21 
QuestionCString::Format - Debug vs Release Pin
Dustin Henry15-Dec-06 4:04
Dustin Henry15-Dec-06 4:04 
AnswerRe: CString::Format - Debug vs Release Pin
kakan15-Dec-06 4:12
professionalkakan15-Dec-06 4:12 
GeneralRe: CString::Format - Debug vs Release Pin
Dustin Henry15-Dec-06 4:15
Dustin Henry15-Dec-06 4:15 
GeneralRe: CString::Format - Debug vs Release Pin
kakan15-Dec-06 4:20
professionalkakan15-Dec-06 4:20 
QuestionRe: CString::Format - Debug vs Release Pin
CPallini15-Dec-06 4:13
mveCPallini15-Dec-06 4: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.