Advertisement

Need help with some small problems

Started by May 07, 2000 01:03 AM
0 comments, last by Zipster 24 years, 7 months ago
Helllo. What I''m trying to do is create a combo box that instead of displaying strings, it displats bitmaps (CBitmaps, specifically). I also experimented with CListCtrl, but that was a headache and i couldnt get it to work. I was just wondering if anyone knew how to do this. Also, im using BitBlt for my MFC app and was wondering is anyone knew how to not blit black pixels, like a transparency effect. Maybe it has to do something with masks, but i have no clue. Can anyone help? PCMCIA - People Can't Memorize Computer Industry Acronyms ISDN - It Still Does Nothing APPLE - Arrogance Produces Profit-Losing Entity SCSI - System Can't See It DOS - Defunct Operating System BASIC - Bill's Attempt to Seize Industry Control IBM - I Blame Microsoft DEC - Do Expect Cuts CD-ROM - Consumer Device, Rendered Obsolete in Months OS/2 - Obsolete Soon, Too. WWW - World Wide Wait MACINTOSH - Most Applications Crash; If Not, The Operating System Hangs
Check out this link.

You''ll have to convert it to MFC code, which is usually pretty straightforward. If you are absolutely sure your app will only run on Windows 98 or later, I believe there is a function called TransparentBlt or something like that.

As far as I know, though, drawing a list of bitmaps is kinda tricky.


- null_pointer
Sabre Multimedia

This topic is closed to new replies.

Advertisement