Click here to Skip to main content
15,909,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: How to add Item to ListCtrl [modified] Pin
tina->newcoder12-Jan-08 3:15
tina->newcoder12-Jan-08 3:15 
I tried ur statement, but don't work.
the list i created have 4 columns, i created them as follows,
<br />
	m_users.InsertColumn(1,"a",LVCFMT_CENTER,150,0);<br />
	m_users.InsertColumn(2,"b",LVCFMT_CENTER,50,0);<br />
	m_users.InsertColumn(3,"c",LVCFMT_CENTER,150,0);<br />
	m_users.InsertColumn(4,"d",LVCFMT_CENTER,150,0);<br />

the columns are created very well, but then i m trying to add data as
<br />
m_users.InsertItem(0,_T("foo"));<br />

but there is nothing to be seen in the list !
plz koi help karona !!!

modified on Saturday, January 12, 2008 9:21:40 AM

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-----&gt;still not working ! Pin
tina->newcoder12-Jan-08 8:22
tina->newcoder12-Jan-08 8:22 
GeneralRe: Modified code-----&gt;still not working ! Pin
CPallini12-Jan-08 8:34
mveCPallini12-Jan-08 8:34 
GeneralRe: Modified code-----&gt;still not working ! Pin
tina->newcoder12-Jan-08 8:46
tina->newcoder12-Jan-08 8:46 
GeneralRe: Modified code-----&gt;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 
GeneralRe: Pin
CPallini12-Jan-08 22:56
mveCPallini12-Jan-08 22:56 

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.