Click here to Skip to main content
15,917,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SSL - i don't fully get the concept Pin
Nish Nishant27-Apr-03 7:31
sitebuilderNish Nishant27-Apr-03 7:31 
GeneralRe: SSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:42
Kuniva27-Apr-03 7:42 
GeneralRe: SSL - i don't fully get the concept Pin
Felix Gartsman27-Apr-03 8:29
Felix Gartsman27-Apr-03 8:29 
GeneralPass IStream in Image Class Pin
Emiliano27-Apr-03 4:53
Emiliano27-Apr-03 4:53 
GeneralRe: Pass IStream in Image Class Pin
MAAK28-Apr-03 11:38
MAAK28-Apr-03 11:38 
GeneralCell Manipulation in CListCtrl Pin
ttohme27-Apr-03 4:04
ttohme27-Apr-03 4:04 
GeneralRe: Cell Manipulation in CListCtrl Pin
Stormwind27-Apr-03 17:02
Stormwind27-Apr-03 17:02 
GeneralRe: Cell Manipulation in CListCtrl Pin
basementman28-Apr-03 4:43
basementman28-Apr-03 4:43 
Yes, you can control all aspects of the painting of each "cell" in a list view (reportmode). You need to use the LVS_OWNERDRAWFIXED style when creating it. Then, in your DrawItem handler, either call the default method for cells you are not interested in custom drawing, and paint the cell yourself for those that you want to control. See LVS_OWNERDRAWFIXED in the doc.
QuestionCan we customize the title bar buttons of a window? Pin
Abin27-Apr-03 3:48
Abin27-Apr-03 3:48 
AnswerRe: Can we customize the title bar buttons of a window? Pin
basementman28-Apr-03 4:46
basementman28-Apr-03 4:46 
AnswerRe: Can we customize the title bar buttons of a window? Pin
Brian Shifrin28-Apr-03 13:48
Brian Shifrin28-Apr-03 13:48 
GeneralRe: Can we customize the title bar buttons of a window? Pin
Abin28-Apr-03 14:00
Abin28-Apr-03 14:00 
GeneralRe: Can we customize the title bar buttons of a window? Pin
Matthias Mann29-Aug-03 22:46
Matthias Mann29-Aug-03 22:46 
AnswerRe: Can we customize the title bar buttons of a window? Pin
John R. Shaw28-Apr-03 16:31
John R. Shaw28-Apr-03 16:31 
GeneralUser Breapoint called from code at 0x77f9180c ! Pin
white jungle27-Apr-03 3:23
white jungle27-Apr-03 3:23 
GeneralRe: User Breapoint called from code at 0x77f9180c ! Pin
Ted Ferenc27-Apr-03 9:38
Ted Ferenc27-Apr-03 9:38 
GeneralCallbacks in C Pin
leppie27-Apr-03 3:22
leppie27-Apr-03 3:22 
GeneralRe: Callbacks in C - SOLVED Pin
leppie27-Apr-03 3:55
leppie27-Apr-03 3:55 
GeneralRe: Callbacks in C - SOLVED Pin
Dominik Reichl27-Apr-03 7:09
Dominik Reichl27-Apr-03 7:09 
Questionhow to show the tooltip of the menu? Pin
benben27-Apr-03 2:38
benben27-Apr-03 2:38 
AnswerRe: how to show the tooltip of the menu? Pin
Roman Nurik27-Apr-03 3:34
Roman Nurik27-Apr-03 3:34 
QuestionWhat means "typo"? Pin
George227-Apr-03 1:57
George227-Apr-03 1:57 
AnswerRe: What means "typo"? Pin
User 665827-Apr-03 2:05
User 665827-Apr-03 2:05 
GeneralRe: What means "typo"? Pin
George227-Apr-03 2:14
George227-Apr-03 2:14 
GeneralRe: What means "typo"? Pin
User 665827-Apr-03 2:28
User 665827-Apr-03 2:28 

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.