Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Books Pin
Maxwell Chen27-May-04 0:14
Maxwell Chen27-May-04 0:14 
GeneralRe: Books Pin
toxcct27-May-04 0:31
toxcct27-May-04 0:31 
GeneralRe: Books Pin
Maxwell Chen27-May-04 7:51
Maxwell Chen27-May-04 7:51 
GeneralRe: Books Pin
toxcct27-May-04 22:27
toxcct27-May-04 22:27 
GeneralConnecting to a database on a network or server using ADO Pin
Graham Holdaway26-May-04 16:25
Graham Holdaway26-May-04 16:25 
GeneralRe: Connecting to a database on a network or server using ADO Pin
Monty226-May-04 20:52
Monty226-May-04 20:52 
GeneralMonitoring USB Port Pin
jerry1211a26-May-04 15:09
jerry1211a26-May-04 15:09 
GeneralDrawState problem Pin
nm_11426-May-04 14:30
nm_11426-May-04 14:30 
I'm trying to draw a bitmap with a highlighted effect with the following code:
HBRUSH hSelBrush = CreateSolidBrush(GetSysColor(COLOR_HIGHLIGHT));
DrawState(hDC, hSelBrush, NULL, MAKELPARAM(hBmp, 0), 0, x, y, ImgWidth, ImgHeight, DST_BITMAP | DSS_UNION);
DeleteObject(hSelBrush);

The problem is that it doesn't do it on the white pixels. Is there any way to fix it?
-thanks
GeneralSystemwide Cursor Change Pin
debacler26-May-04 11:57
debacler26-May-04 11:57 
GeneralRe: Systemwide Cursor Change Pin
Michael Dunn26-May-04 19:14
sitebuilderMichael Dunn26-May-04 19:14 
GeneralRe: Systemwide Cursor Change Pin
Naren Neelamegam26-May-04 21:48
Naren Neelamegam26-May-04 21:48 
GeneralRe: Systemwide Cursor Change Pin
debacler28-May-04 6:58
debacler28-May-04 6:58 
GeneralRe: Systemwide Cursor Change Pin
Naren Neelamegam28-May-04 18:38
Naren Neelamegam28-May-04 18:38 
GeneralRe: Systemwide Cursor Change Pin
debacler28-May-04 18:58
debacler28-May-04 18:58 
QuestionDoes anyone know of a good article about shrinking EXE sizes? Pin
Terry O'Nolley26-May-04 11:48
Terry O'Nolley26-May-04 11:48 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Anonymous26-May-04 12:12
Anonymous26-May-04 12:12 
GeneralRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Anonymous26-May-04 12:13
Anonymous26-May-04 12:13 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Nick Parker26-May-04 13:53
protectorNick Parker26-May-04 13:53 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Joe Woodbury26-May-04 17:00
professionalJoe Woodbury26-May-04 17:00 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Paolo Vernazza26-May-04 22:57
Paolo Vernazza26-May-04 22:57 
AnswerRe: Does anyone know of a good article about shrinking EXE sizes? Pin
Jonas Larsson27-May-04 0:33
Jonas Larsson27-May-04 0:33 
Generalcount() function using STL Pin
BlackDice26-May-04 11:36
BlackDice26-May-04 11:36 
GeneralRe: count() function using STL Pin
markkuk26-May-04 11:55
markkuk26-May-04 11:55 
GeneralRe: count() function using STL Pin
BlackDice26-May-04 11:59
BlackDice26-May-04 11:59 
GeneralRe: count() function using STL Pin
Michael Dunn26-May-04 12:10
sitebuilderMichael Dunn26-May-04 12:10 

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.