Hi all,
I am using visual studio c++ and I would like to create a table in windows form. I want to show variables / strings in this table.
I found datagridview but this seems more for databases.
does anyone have an idea?
dont think you can do that with c++
you could cout "-" and "|" for the lines, or try to find a library that supports this feature
isn't there an table form like excel or something ?
so why not just use excel?
which type of data you want to show give detailed info?
Different types of form's are there.
you could write your output in a csv file and then interpret the "," als columns in excel
I have an CSV file as output but I want to show my products in my program and not in excel