Click here to Skip to main content
15,891,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Syntax problems Pin
led mike16-Aug-06 5:59
led mike16-Aug-06 5:59 
GeneralRe: Syntax problems Pin
Hamid_RT17-Aug-06 6:20
Hamid_RT17-Aug-06 6:20 
QuestionIssues with HtmlHelp Pin
Shaffiq16-Aug-06 4:19
Shaffiq16-Aug-06 4:19 
AnswerRe: Issues with HtmlHelp Pin
Sam Levy16-Aug-06 8:37
Sam Levy16-Aug-06 8:37 
GeneralRe: Issues with HtmlHelp Pin
Shaffiq16-Aug-06 20:03
Shaffiq16-Aug-06 20:03 
QuestionCImageList and CListCtrl Pin
Wim Engberts16-Aug-06 4:11
Wim Engberts16-Aug-06 4:11 
QuestionRe: CImageList and CListCtrl Pin
David Crow16-Aug-06 5:18
David Crow16-Aug-06 5:18 
AnswerRe: CImageList and CListCtrl Pin
Wim Engberts16-Aug-06 6:07
Wim Engberts16-Aug-06 6:07 
I Clear all the items (using DeleteAllItems), delete all the columns (using
n = GetHeaderCtrl()->GetItemCount();

while (n-- > 0)
DeleteColumn (0)
Then I clear the image list (using SetImageList (NULL, 0). Then I re-create all the columns (I do this, because I use a separate empty column for the icon, which is either or not included when re-creating the columns depending on whether or not I want to show icons) and then I add the new set of items (using InsertItem for the first columns and SetItem for subsequent columns of the same row)

William
QuestionRe: CImageList and CListCtrl Pin
David Crow16-Aug-06 6:22
David Crow16-Aug-06 6:22 
AnswerRe: CImageList and CListCtrl Pin
Wim Engberts16-Aug-06 9:04
Wim Engberts16-Aug-06 9:04 
QuestionHow to replace Microsoft system MessageBox Pin
xiayingang16-Aug-06 4:06
xiayingang16-Aug-06 4:06 
AnswerRe: How to replace Microsoft system MessageBox Pin
Rage16-Aug-06 5:25
professionalRage16-Aug-06 5:25 
GeneralRe: How to replace Microsoft system MessageBox Pin
xiayingang17-Aug-06 20:41
xiayingang17-Aug-06 20:41 
AnswerRe: How to replace Microsoft system MessageBox Pin
A_Fa16-Aug-06 21:06
A_Fa16-Aug-06 21:06 
AnswerRe: How to replace Microsoft system MessageBox Pin
Hamid_RT17-Aug-06 6:13
Hamid_RT17-Aug-06 6:13 
QuestionHow To add a Dialog Window in The MDI Pin
cybersadhu16-Aug-06 3:57
cybersadhu16-Aug-06 3:57 
AnswerRe: How To add a Dialog Window in The MDI Pin
Maximilien16-Aug-06 4:07
Maximilien16-Aug-06 4:07 
AnswerRe: How To add a Dialog Window in The MDI Pin
Hamid_RT16-Aug-06 22:08
Hamid_RT16-Aug-06 22:08 
QuestionCreateFile question Pin
Tushar Mahajan16-Aug-06 3:32
Tushar Mahajan16-Aug-06 3:32 
AnswerRe: CreateFile question Pin
Mircea Puiu16-Aug-06 23:06
Mircea Puiu16-Aug-06 23:06 
QuestionInclude Files and Folder Structure Pin
pgav16-Aug-06 3:28
pgav16-Aug-06 3:28 
AnswerRe: Include Files and Folder Structure Pin
Chris Losinger16-Aug-06 3:32
professionalChris Losinger16-Aug-06 3:32 
AnswerRe: Include Files and Folder Structure Pin
Cedric Moonen16-Aug-06 3:32
Cedric Moonen16-Aug-06 3:32 
GeneralRe: Include Files and Folder Structure Pin
pgav16-Aug-06 3:33
pgav16-Aug-06 3:33 
GeneralRe: Include Files and Folder Structure Pin
Zac Howland16-Aug-06 3:36
Zac Howland16-Aug-06 3:36 

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.