Any idea on this simple application?
-
I have a data file which was written in a text ascii format, I would like to generate a report, describe the filename, date, etc, also extract some data and presented them in a curve, the data should also be listed in a table. I was used doc/view to realize it, but it looks not very fancy, especially I have to draw the table line by line. Any good idea? Thanks. Nelson L.
-
I have a data file which was written in a text ascii format, I would like to generate a report, describe the filename, date, etc, also extract some data and presented them in a curve, the data should also be listed in a table. I was used doc/view to realize it, but it looks not very fancy, especially I have to draw the table line by line. Any good idea? Thanks. Nelson L.
Create an MDI project and instead of drawing your own table, try Codeproject's own MFCGrid in one of the views. It's quite easy to use IMO. John