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

C / C++ / MFC

 
QuestionQuestion about Link Error ? Pin
Sakthiu12-Nov-06 18:10
Sakthiu12-Nov-06 18:10 
AnswerRe: Question about Link Error ? Pin
George L. Jackson12-Nov-06 18:16
George L. Jackson12-Nov-06 18:16 
AnswerRe: Question about Link Error ? Pin
_AnsHUMAN_ 12-Nov-06 18:17
_AnsHUMAN_ 12-Nov-06 18:17 
QuestionRe: Question about Link Error ? Pin
David Crow13-Nov-06 3:44
David Crow13-Nov-06 3:44 
QuestionBitmaps Pin
BlitzPackage12-Nov-06 14:54
BlitzPackage12-Nov-06 14:54 
AnswerRe: Bitmaps Pin
Mike_V12-Nov-06 15:05
Mike_V12-Nov-06 15:05 
GeneralRe: Bitmaps Pin
BlitzPackage12-Nov-06 15:14
BlitzPackage12-Nov-06 15:14 
GeneralRe: Bitmaps Pin
Mike_V12-Nov-06 15:27
Mike_V12-Nov-06 15:27 
In that case a lot of the hard work is already done for you.

To show it in the toolbar IIRC you have to put it into an imagelist. In that case you can specify a transparent color when you do that. If you don't do anything with imagelists, look for a toolbar control message to set the transparent color.

Of course, if you have white areas in your image that you want to keep, you can't use white as your transparent color. In that case, change the background color to something garish that you wouldn't use, such as bright magenta (RGB 255 0 255). Specify that as your background color.

Mike
AnswerRe: Bitmaps Pin
Mark Salsbery12-Nov-06 15:07
Mark Salsbery12-Nov-06 15:07 
GeneralRe: Bitmaps Pin
BlitzPackage12-Nov-06 15:19
BlitzPackage12-Nov-06 15:19 
GeneralRe: Bitmaps Pin
Christian Graus12-Nov-06 15:28
protectorChristian Graus12-Nov-06 15:28 
GeneralRe: Bitmaps Pin
BlitzPackage12-Nov-06 15:41
BlitzPackage12-Nov-06 15:41 
GeneralRe: Bitmaps Pin
Christian Graus12-Nov-06 15:45
protectorChristian Graus12-Nov-06 15:45 
GeneralRe: Bitmaps Pin
BlitzPackage12-Nov-06 15:53
BlitzPackage12-Nov-06 15:53 
GeneralRe: Bitmaps Pin
Christian Graus12-Nov-06 16:01
protectorChristian Graus12-Nov-06 16:01 
GeneralRe: Bitmaps Pin
BlitzPackage12-Nov-06 16:04
BlitzPackage12-Nov-06 16:04 
GeneralRe: Bitmaps Pin
Christian Graus12-Nov-06 16:30
protectorChristian Graus12-Nov-06 16:30 
GeneralRe: Bitmaps Pin
Mark Salsbery13-Nov-06 6:00
Mark Salsbery13-Nov-06 6:00 
GeneralRe: Bitmaps Pin
BlitzPackage13-Nov-06 8:14
BlitzPackage13-Nov-06 8:14 
GeneralRe: Bitmaps Pin
Mark Salsbery13-Nov-06 8:29
Mark Salsbery13-Nov-06 8:29 
GeneralRe: Bitmaps Pin
Mark Salsbery13-Nov-06 8:33
Mark Salsbery13-Nov-06 8:33 
GeneralRe: Bitmaps Pin
BlitzPackage13-Nov-06 8:45
BlitzPackage13-Nov-06 8:45 
GeneralRe: Bitmaps Pin
Mark Salsbery13-Nov-06 9:10
Mark Salsbery13-Nov-06 9:10 
GeneralRe: Bitmaps Pin
BlitzPackage13-Nov-06 9:22
BlitzPackage13-Nov-06 9:22 
GeneralRe: Bitmaps Pin
Mark Salsbery13-Nov-06 10:54
Mark Salsbery13-Nov-06 10:54 

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.