Click here to Skip to main content
15,913,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProgramming problem Pin
DanyCode12-Jan-08 1:32
DanyCode12-Jan-08 1:32 
QuestionRe: Programming problem Pin
CPallini12-Jan-08 2:34
mveCPallini12-Jan-08 2:34 
GeneralRe: Programming problem Pin
DanyCode12-Jan-08 3:35
DanyCode12-Jan-08 3:35 
QuestionRe: Programming problem Pin
CPallini12-Jan-08 4:34
mveCPallini12-Jan-08 4:34 
GeneralRe: Programming problem Pin
Hamid_RT12-Jan-08 4:44
Hamid_RT12-Jan-08 4:44 
GeneralRe: Programming problem Pin
Member 75496012-Jan-08 17:51
Member 75496012-Jan-08 17:51 
QuestionHow to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 0:35
tina->newcoder12-Jan-08 0:35 
QuestionRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 2:29
mveCPallini12-Jan-08 2:29 
A simple line like the following
myListCtrl.InsertItem(0,_T("foo"));

Should do the magic. See also this documentation page for a complete example http://msdn2.microsoft.com/en-us/library/8b9s12fc(VS.80).aspx[^].

What was your code and what was the exception occurred?



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]


GeneralRe: How to add Item to ListCtrl [modified] Pin
tina->newcoder12-Jan-08 3:15
tina->newcoder12-Jan-08 3:15 
QuestionRe: How to add Item to ListCtrl Pin
David Crow12-Jan-08 4:39
David Crow12-Jan-08 4:39 
GeneralRe: How to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 6:40
tina->newcoder12-Jan-08 6:40 
QuestionRe: How to add Item to ListCtrl Pin
David Crow12-Jan-08 9:29
David Crow12-Jan-08 9:29 
GeneralRe: How to add Item to ListCtrl Pin
Hamid_RT12-Jan-08 4:48
Hamid_RT12-Jan-08 4:48 
GeneralRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 5:59
mveCPallini12-Jan-08 5:59 
JokeRe: How to add Item to ListCtrl Pin
Hamid_RT12-Jan-08 6:42
Hamid_RT12-Jan-08 6:42 
JokeRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 7:17
mveCPallini12-Jan-08 7:17 
GeneralRe: How to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 7:31
tina->newcoder12-Jan-08 7:31 
GeneralRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 7:41
mveCPallini12-Jan-08 7:41 
GeneralRe: How to add Item to ListCtrl Pin
Jörgen Sigvardsson12-Jan-08 7:31
Jörgen Sigvardsson12-Jan-08 7:31 
GeneralRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 7:38
mveCPallini12-Jan-08 7:38 
GeneralModified code----->still not working ! Pin
tina->newcoder12-Jan-08 8:22
tina->newcoder12-Jan-08 8:22 
GeneralRe: Modified code----->still not working ! Pin
CPallini12-Jan-08 8:34
mveCPallini12-Jan-08 8:34 
GeneralRe: Modified code----->still not working ! Pin
tina->newcoder12-Jan-08 8:46
tina->newcoder12-Jan-08 8:46 
GeneralRe: Modified code----->still not working ! Pin
CPallini12-Jan-08 9:37
mveCPallini12-Jan-08 9:37 
GeneralRe: Pin
tina->newcoder12-Jan-08 20:36
tina->newcoder12-Jan-08 20: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.