Click here to Skip to main content
15,911,306 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: why CListCtl::InsertItem() would crash? Pin
Naveen25-Dec-07 18:25
Naveen25-Dec-07 18:25 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic25-Dec-07 18:32
kcynic25-Dec-07 18:32 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
Naveen25-Dec-07 18:33
Naveen25-Dec-07 18:33 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic25-Dec-07 18:53
kcynic25-Dec-07 18:53 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic25-Dec-07 22:27
kcynic25-Dec-07 22:27 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
Naveen25-Dec-07 23:10
Naveen25-Dec-07 23:10 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic26-Dec-07 14:22
kcynic26-Dec-07 14:22 
AnswerRe: why CListCtl::InsertItem() would crash? Pin
peterchen26-Dec-07 0:02
peterchen26-Dec-07 0:02 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic26-Dec-07 14:26
kcynic26-Dec-07 14:26 
QuestionGDI+ Set Image DPI (win32) Pin
r3dqu33n25-Dec-07 16:22
r3dqu33n25-Dec-07 16:22 
GeneralRe: GDI+ Set Image DPI (win32) Pin
followait25-Dec-07 17:48
followait25-Dec-07 17:48 
GeneralDesktop_.ini file is getting created in InstallShield Pin
AnayKulkarni25-Dec-07 3:11
AnayKulkarni25-Dec-07 3:11 
GeneralRe: Desktop_.ini file is getting created in InstallShield Pin
Kiran Pinjala26-Dec-07 1:38
Kiran Pinjala26-Dec-07 1:38 
GeneralError in MD5Init() Function Pin
Developer61124-Dec-07 23:40
Developer61124-Dec-07 23:40 
GeneralRe: Error in MD5Init() Function Pin
CPallini25-Dec-07 3:21
mveCPallini25-Dec-07 3:21 
GeneralRe: Error in MD5Init() Function Pin
Developer61126-Dec-07 0:48
Developer61126-Dec-07 0:48 
QuestionHow to search a Subitem in list control? Pin
Rad.Krish24-Dec-07 23:32
Rad.Krish24-Dec-07 23:32 
GeneralRe: How to search a Subitem in list control? Pin
CPallini25-Dec-07 2:55
mveCPallini25-Dec-07 2:55 
AFAIK there isn't a direct function to find subitems: you have to iterate on all items, use
GetItemText http://msdn2.microsoft.com/en-us/library/cbtzx5b1(VS.80).aspx[^] to retrieve subitem text and compare it with the searched string.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

[my articles]


GeneralLarge File Processing Pin
Sangeetha_J24-Dec-07 23:10
Sangeetha_J24-Dec-07 23:10 
GeneralRe: Large File Processing Pin
CPallini24-Dec-07 23:39
mveCPallini24-Dec-07 23:39 
GeneralRe: Large File Processing Pin
Sangeetha_J24-Dec-07 23:54
Sangeetha_J24-Dec-07 23:54 
GeneralRe: Large File Processing Pin
CPallini25-Dec-07 2:43
mveCPallini25-Dec-07 2:43 
GeneralRe: Large File Processing Pin
Sangeetha_J25-Dec-07 16:34
Sangeetha_J25-Dec-07 16:34 
GeneralRe: Large File Processing Pin
kagdizuber26-Dec-07 5:23
kagdizuber26-Dec-07 5:23 
GeneralRe: Large File Processing Pin
Sangeetha_J26-Dec-07 17:18
Sangeetha_J26-Dec-07 17:18 

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.