Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: cannot process WM_KEYUP for property window Pin
includeh1012-Nov-06 21:12
includeh1012-Nov-06 21:12 
QuestionHow to capture keyboard events ? Pin
Kvaibhav12-Nov-06 20:13
Kvaibhav12-Nov-06 20:13 
AnswerRe: How to capture keyboard events ? Pin
Rajesh R Subramanian12-Nov-06 20:47
professionalRajesh R Subramanian12-Nov-06 20:47 
AnswerRe: How to capture keyboard events ? Pin
VCSharp00712-Nov-06 21:25
VCSharp00712-Nov-06 21:25 
QuestionCListCtrl Pin
Mohammad Khodaea12-Nov-06 19:53
Mohammad Khodaea12-Nov-06 19:53 
AnswerRe: CListCtrl Pin
Christian Graus12-Nov-06 20:06
protectorChristian Graus12-Nov-06 20:06 
AnswerRe: CListCtrl Pin
wangweixing200812-Nov-06 22:11
wangweixing200812-Nov-06 22:11 
QuestionDifferent item selected in combo box [modified] Pin
rp_suman12-Nov-06 19:43
rp_suman12-Nov-06 19:43 
AnswerRe: Different item selected in combo box Pin
Rage12-Nov-06 21:55
professionalRage12-Nov-06 21:55 
QuestionDifferenece in DLLs generated by VC++ and VB6 Pin
Cmania12-Nov-06 19:29
Cmania12-Nov-06 19:29 
AnswerRe: Differenece in DLLs generated by VC++ and VB6 Pin
Christian Graus12-Nov-06 20:07
protectorChristian Graus12-Nov-06 20:07 
AnswerRe: Differenece in DLLs generated by VC++ and VB6 Pin
Alexandr Kovshovik12-Nov-06 20:12
Alexandr Kovshovik12-Nov-06 20:12 
GeneralRe: Differenece in DLLs generated by VC++ and VB6 Pin
Cmania13-Nov-06 19:27
Cmania13-Nov-06 19:27 
Questionspying services containing socket communication Pin
mpk197912-Nov-06 18:50
mpk197912-Nov-06 18:50 
AnswerRe: spying services containing socket communication Pin
Blake Miller13-Nov-06 5:14
Blake Miller13-Nov-06 5:14 
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 

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.