c++.mfc - Errata
- "Phill" <phillbert pacific.net.au> Oct 17 2003
- Jan Knepper <jan smartsoft.us> Oct 18 2003
Im not sure who does the MFC help section or whether I should post this but: The following quote is wrong in the CListCtrl::GetItem() ====================================== iSubItem A "subitem" is a string that, in report view, can be displayed in a column to the right of an item's icon and label. All items in a list view have the same number of subitems. This member is the one-based index of a subitem, or zero if the structure contains information about an item. ===================================== iSubItem is actually an int not a string. from a pedantic Phill. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
Oct 17 2003
Blame M$ for that one... ;-) Phill wrote:Im not sure who does the MFC help section or whether I should post this but: The following quote is wrong in the CListCtrl::GetItem() ====================================== iSubItem A "subitem" is a string that, in report view, can be displayed in a column to the right of an item's icon and label. All items in a list view have the same number of subitems. This member is the one-based index of a subitem, or zero if the structure contains information about an item. ===================================== iSubItem is actually an int not a string. from a pedantic Phill. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
-- ManiaC++ Jan Knepper
Oct 18 2003








Jan Knepper <jan smartsoft.us>