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

C / C++ / MFC

 
QuestionDialog box continuous update? Pin
bradleyand24-Nov-03 9:41
bradleyand24-Nov-03 9:41 
AnswerRe: Dialog box continuous update? Pin
Andrey Del Pozo24-Nov-03 10:11
Andrey Del Pozo24-Nov-03 10:11 
GeneralRe: Dialog box continuous update? Pin
bradleyand24-Nov-03 20:41
bradleyand24-Nov-03 20:41 
GeneralWin32 Dialog Box and Date/Time Picker Control Pin
Billy Whizz24-Nov-03 9:40
Billy Whizz24-Nov-03 9:40 
GeneralRe: Win32 Dialog Box and Date/Time Picker Control Pin
BaldwinMartin24-Nov-03 17:21
BaldwinMartin24-Nov-03 17:21 
GeneralRe: Win32 Dialog Box and Date/Time Picker Control Pin
Billy Whizz24-Nov-03 22:56
Billy Whizz24-Nov-03 22:56 
GeneralRe: Win32 Dialog Box and Date/Time Picker Control Pin
Steve S25-Nov-03 2:50
Steve S25-Nov-03 2:50 
GeneralClistbox parsing,help Pin
thes3cr3t124-Nov-03 9:32
thes3cr3t124-Nov-03 9:32 
hello,

i am coding in c++ (mfc) i have addded a list box to my aplication,im having torouble parsing data into my listbox,i have a preparsed buffer contaning the data i want to go into the listbox,but when i try to put it in the list box it comes out as 1 big string,but if i send the buffer data to a edit box it is parsed wonderfully,the buffer is parsed with "\r\n" can i add new lines to the listbox,without doing this again

m_strList.AddString(inBuffer);

or is there a way i can read the data line by line form the buffer and the loop the lines into the listbox 1 by 1?

thanks for your time;)
GeneralRe: Clistbox parsing,help Pin
BaldwinMartin24-Nov-03 17:27
BaldwinMartin24-Nov-03 17:27 
Questiondetermineing a variable type within the program code? Pin
Anonymous24-Nov-03 9:24
Anonymous24-Nov-03 9:24 
AnswerRe: determineing a variable type within the program code? Pin
igor196024-Nov-03 11:56
igor196024-Nov-03 11:56 
GeneralReports in VC++6.0 Pin
Hesham Amin24-Nov-03 8:54
Hesham Amin24-Nov-03 8:54 
GeneralRe: Reports in VC++6.0 Pin
Ernesto D.24-Nov-03 9:05
Ernesto D.24-Nov-03 9:05 
GeneralRe: Reports in VC++6.0 Pin
Game Tester24-Nov-03 14:04
Game Tester24-Nov-03 14:04 
Generalreceive serial xml data Pin
Anonymous24-Nov-03 8:45
Anonymous24-Nov-03 8:45 
GeneralRe: receive serial xml data Pin
Andrey Del Pozo24-Nov-03 9:39
Andrey Del Pozo24-Nov-03 9:39 
GeneralDll data space Pin
Anonymous24-Nov-03 8:35
Anonymous24-Nov-03 8:35 
GeneralReading raw data Pin
Anonymous24-Nov-03 7:48
Anonymous24-Nov-03 7:48 
GeneralRe: Reading raw data Pin
John M. Drescher24-Nov-03 8:03
John M. Drescher24-Nov-03 8:03 
GeneralRe: Reading raw data Pin
john john mackey24-Nov-03 11:12
john john mackey24-Nov-03 11:12 
GeneralA simple C question Pin
b_girl24-Nov-03 7:35
b_girl24-Nov-03 7:35 
GeneralRe: A simple C question Pin
markkuk24-Nov-03 7:52
markkuk24-Nov-03 7:52 
GeneralRe: A simple C question Pin
b_girl24-Nov-03 8:11
b_girl24-Nov-03 8:11 
GeneralRe: A simple C question Pin
John M. Drescher24-Nov-03 7:59
John M. Drescher24-Nov-03 7:59 
GeneralRe: A simple C question Pin
noahsarf24-Nov-03 8:11
noahsarf24-Nov-03 8:11 

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.