Click here to Skip to main content
15,903,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PInvoke Context menus Pin
Jörgen Sigvardsson15-Sep-04 2:35
Jörgen Sigvardsson15-Sep-04 2:35 
GeneralRe: PInvoke Context menus Pin
Jumpin' Jeff15-Sep-04 4:49
Jumpin' Jeff15-Sep-04 4:49 
Generallistctrl WM_MOUSEMOVE Pin
ski2sky14-Sep-04 12:47
ski2sky14-Sep-04 12:47 
GeneralRe: listctrl WM_MOUSEMOVE Pin
Ryan Binns14-Sep-04 18:26
Ryan Binns14-Sep-04 18:26 
GeneralRe: listctrl WM_MOUSEMOVE Pin
ski2sky15-Sep-04 4:38
ski2sky15-Sep-04 4:38 
GeneralCImageList - using icons Pin
BlackDice14-Sep-04 11:25
BlackDice14-Sep-04 11:25 
GeneralRe: CImageList - using icons Pin
Roger Allen14-Sep-04 12:11
Roger Allen14-Sep-04 12:11 
GeneralRe: CImageList - using icons Pin
Jörgen Sigvardsson14-Sep-04 13:28
Jörgen Sigvardsson14-Sep-04 13:28 
What Roger said. You can also use the macro ImageList_AddIcon().

FWIW, I've found icons to be more pleasant to work with than bitmaps. You don't have to deal with separate masks or transparent colors.

Another nice benefit with icons is that when you load icons from the resources, the icon loader pays respect to the current bit depth of the screen. This means that Windows will pick out the icon which best matches the current screen bit depth.

--
Arigato gozaimashita!
GeneralI like some info Pin
Way_newBe14-Sep-04 11:04
Way_newBe14-Sep-04 11:04 
GeneralFUNCTION HELP! Pin
ISUstudent14-Sep-04 10:48
ISUstudent14-Sep-04 10:48 
GeneralRe: FUNCTION HELP! Pin
Roger Allen14-Sep-04 12:13
Roger Allen14-Sep-04 12:13 
GeneralEdit Control In SDI Application. Pin
mostafa_pasha14-Sep-04 9:40
mostafa_pasha14-Sep-04 9:40 
GeneralRe: Edit Control In SDI Application. Pin
David Crow14-Sep-04 9:52
David Crow14-Sep-04 9:52 
GeneralRe: Edit Control In SDI Application. Pin
mostafa_pasha14-Sep-04 9:59
mostafa_pasha14-Sep-04 9:59 
GeneralRe: Edit Control In SDI Application. Pin
David Crow14-Sep-04 10:06
David Crow14-Sep-04 10:06 
GeneralRe: Edit Control In SDI Application. Pin
mostafa_pasha14-Sep-04 10:17
mostafa_pasha14-Sep-04 10:17 
GeneralRe: Edit Control In SDI Application. Pin
David Crow14-Sep-04 10:35
David Crow14-Sep-04 10:35 
GeneralRe: Edit Control In SDI Application. Pin
BlackDice14-Sep-04 10:27
BlackDice14-Sep-04 10:27 
GeneralQuestions about win32 console App. Pin
Laing,James14-Sep-04 8:58
Laing,James14-Sep-04 8:58 
QuestionHow to use combobox property TAB? Pin
Member 135496214-Sep-04 8:51
Member 135496214-Sep-04 8:51 
AnswerRe: How to use combobox property TAB? Pin
Ryan Binns14-Sep-04 18:34
Ryan Binns14-Sep-04 18:34 
GeneralRe: How to use combobox property TAB? Pin
Member 135496215-Sep-04 6:50
Member 135496215-Sep-04 6:50 
GeneralReverse array Pin
Johnny Peszek14-Sep-04 8:44
Johnny Peszek14-Sep-04 8:44 
GeneralRe: Reverse array Pin
Joaquín M López Muñoz14-Sep-04 8:58
Joaquín M López Muñoz14-Sep-04 8:58 
GeneralRe: Reverse array Pin
Laing,James14-Sep-04 9:05
Laing,James14-Sep-04 9:05 

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.