Insider1984
Technical User
Okay here is what I want to do: (in a MFC.exe dialog based app)
1. CLick a button
2. gets data from file (multiple lines)
3. Display the multiple lines in some sort of text edit box
4. IMPORTANT data must be displayed on multiple lines in same text edit box
5. Allow me to edit the text
6. Click save and program would paste text back into document.
Now I have done this with single line editing (aka normal text box). But which kind of text box (icon?) can I use to display multiple lines?
Thanks again for your help. I know my stuff only after I've played with it enough as I'm an engineer not a programmer =-)
we are only talking about 4-8 lines of 20 characters.
1. CLick a button
2. gets data from file (multiple lines)
3. Display the multiple lines in some sort of text edit box
4. IMPORTANT data must be displayed on multiple lines in same text edit box
5. Allow me to edit the text
6. Click save and program would paste text back into document.
Now I have done this with single line editing (aka normal text box). But which kind of text box (icon?) can I use to display multiple lines?
Thanks again for your help. I know my stuff only after I've played with it enough as I'm an engineer not a programmer =-)
we are only talking about 4-8 lines of 20 characters.