Click here to Skip to main content
16,015,623 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLink error LNK1123 after adding a resource to a DLL Pin
tsigo5-Mar-03 7:14
tsigo5-Mar-03 7:14 
QuestionWindows XP Search Control (SA_Progress class)? Pin
Matt Weagle5-Mar-03 6:59
Matt Weagle5-Mar-03 6:59 
GeneralListView Control question Pin
User 98855-Mar-03 6:47
User 98855-Mar-03 6:47 
GeneralRe: ListView Control question Pin
Matt Weagle5-Mar-03 7:01
Matt Weagle5-Mar-03 7:01 
GeneralRe: ListView Control question Pin
User 98855-Mar-03 7:04
User 98855-Mar-03 7:04 
GeneralTurn off Bitmap/Color Pin
john john mackey5-Mar-03 5:44
john john mackey5-Mar-03 5:44 
GeneralRe: Turn off Bitmap/Color Pin
User 98855-Mar-03 6:59
User 98855-Mar-03 6:59 
GeneralRe: Turn off Bitmap/Color Pin
Anonymous5-Mar-03 7:03
Anonymous5-Mar-03 7:03 
If you have no more than 8 layers, just use an 8 bit deep
bitmap-- treat it as a paletted image. Generate the palette
on the fly depending on the colors of the layers, their
transparency, order, etc. Then blit to the display using the
generated palette. If you have more than 8 layers, then
you can do the same but your original bitmap will not be
compatible with gdi as is-- use it to construct a final
image and blit that to the display.


GeneralRe: Turn off Bitmap/Color Pin
john john mackey5-Mar-03 8:21
john john mackey5-Mar-03 8:21 
GeneralRe: Turn off Bitmap/Color Pin
Scott H. Settlemier5-Mar-03 8:30
Scott H. Settlemier5-Mar-03 8:30 
GeneralRe: Turn off Bitmap/Color Pin
User 98855-Mar-03 8:34
User 98855-Mar-03 8:34 
GeneralDetect event again ;( Pin
jeremysay5-Mar-03 5:06
jeremysay5-Mar-03 5:06 
GeneralRe: Detect event again ;( Pin
User 98855-Mar-03 6:51
User 98855-Mar-03 6:51 
GeneralRe: Detect event again ;( Pin
jeremysay5-Mar-03 7:51
jeremysay5-Mar-03 7:51 
GeneralRe: Detect event again ;( Pin
Joel Lucsy5-Mar-03 7:14
Joel Lucsy5-Mar-03 7:14 
GeneralRe: Detect event again ;( Pin
jeremysay5-Mar-03 7:51
jeremysay5-Mar-03 7:51 
GeneralRe: Detect event again ;( Pin
jeremysay5-Mar-03 8:47
jeremysay5-Mar-03 8:47 
GeneralDDEML Pin
Anthony98875-Mar-03 4:58
Anthony98875-Mar-03 4:58 
QuestionPop up text upon a static control? Pin
mickelthepickle5-Mar-03 4:54
mickelthepickle5-Mar-03 4:54 
AnswerRe: Pop up text upon a static control? Pin
Roger Allen5-Mar-03 5:10
Roger Allen5-Mar-03 5:10 
GeneralRe: Pop up text upon a static control? Pin
mickelthepickle5-Mar-03 5:21
mickelthepickle5-Mar-03 5:21 
GeneralRe: Pop up text upon a static control? Pin
Roger Allen5-Mar-03 6:17
Roger Allen5-Mar-03 6:17 
GeneralNeed reliable start of line CharIndex Pin
brianwelsch5-Mar-03 4:44
brianwelsch5-Mar-03 4:44 
GeneralRe: Need reliable start of line CharIndex - DONE Pin
brianwelsch10-Mar-03 7:27
brianwelsch10-Mar-03 7:27 
GeneralStop message processing of a process Pin
Dominik Reichl5-Mar-03 4:29
Dominik Reichl5-Mar-03 4:29 

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.