Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to fill in data in a list box Pin
Deepak Samuel24-Jul-03 8:28
Deepak Samuel24-Jul-03 8:28 
AnswerRe: How to fill in data in a list box Pin
Maximilien24-Jul-03 8:41
Maximilien24-Jul-03 8:41 
AnswerRe: How to fill in data in a list box Pin
Tom Archer24-Jul-03 8:45
Tom Archer24-Jul-03 8:45 
AnswerRe: How to fill in data in a list box Pin
David Crow24-Jul-03 8:51
David Crow24-Jul-03 8:51 
GeneralRe: How to fill in data in a list box Pin
Tom Archer24-Jul-03 9:17
Tom Archer24-Jul-03 9:17 
GeneralRe: How to fill in data in a list box Pin
David Crow24-Jul-03 9:26
David Crow24-Jul-03 9:26 
GeneralRe: How to fill in data in a list box Pin
Tom Archer24-Jul-03 9:36
Tom Archer24-Jul-03 9:36 
AnswerRe: How to fill in data in a list box Pin
keegan24-Jul-03 9:50
keegan24-Jul-03 9:50 
for( int i=0; i for( int j=0; j<10; j++ )
{
str.Format( "Station %d", j+1 );
m_List[i].AddString(str);
}



is it me, or is there no incrementation for i? i've never seen a for loop like this before. :-/

*.*
cin >> knowledge;
GeneralRe: How to fill in data in a list box Pin
Toni7824-Jul-03 13:18
Toni7824-Jul-03 13:18 
GeneralSetting window Icon Pin
Shay Harel24-Jul-03 7:29
Shay Harel24-Jul-03 7:29 
GeneralRe: Setting window Icon Pin
Alexander M.,24-Jul-03 7:40
Alexander M.,24-Jul-03 7:40 
GeneralRe: Setting window Icon Pin
Shay Harel24-Jul-03 7:53
Shay Harel24-Jul-03 7:53 
GeneralRe: Setting window Icon Pin
Dangleberry25-Jul-03 3:43
sussDangleberry25-Jul-03 3:43 
GeneralRe: Setting window Icon Pin
Beer2624-Jul-03 10:26
Beer2624-Jul-03 10:26 
GeneralSetting menu item as checked Pin
Jay Hova24-Jul-03 7:12
Jay Hova24-Jul-03 7:12 
GeneralRe: Setting menu item as checked Pin
Toni7824-Jul-03 7:37
Toni7824-Jul-03 7:37 
GeneralRe: Setting menu item as checked Pin
Jay Hova24-Jul-03 7:43
Jay Hova24-Jul-03 7:43 
GeneralRe: Setting menu item as checked Pin
Toni7824-Jul-03 12:37
Toni7824-Jul-03 12:37 
GeneralRe: Setting menu item as checked Pin
Beer2624-Jul-03 10:40
Beer2624-Jul-03 10:40 
GeneralRe: Setting menu item as checked Pin
Jay Hova25-Jul-03 1:54
Jay Hova25-Jul-03 1:54 
GeneralRe: Setting menu item as checked Pin
Beer2625-Jul-03 2:47
Beer2625-Jul-03 2:47 
Generalsoftware and security Pin
Cyberizen24-Jul-03 5:53
Cyberizen24-Jul-03 5:53 
GeneralRe: software and security Pin
Alexander M.,24-Jul-03 6:47
Alexander M.,24-Jul-03 6:47 
GeneralRe: software and security Pin
Toni7824-Jul-03 7:21
Toni7824-Jul-03 7:21 
GeneralRe: software and security Pin
AlexO24-Jul-03 7:55
AlexO24-Jul-03 7:55 

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.