Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
I was wondering how I could read from a file and put that information in a data grid view.
Example of a file:
COLUMN1ITEM~COLUMN2ITEM~COLUMN3ITEM
COLUMN1ITEM~COLUMN2ITEM~COLUMN3ITEM
COLUMN1ITEM~COLUMN2ITEM~COLUMN3ITEM
Hopefully that is clear enough to understand. Thanks.
Offline
http://stackoverflow.com/questions/7095 … tagridview
http://stackoverflow.com/questions/1649 … tagridview
http://stackoverflow.com/questions/3050 … sharp?lq=1 - Seems to be the easiest
Or:
Get contents from file
DataGridView[Column, Row].Value = "file contents";
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Thanks for the links, I tried stackoverflow but haven't came across these.
Offline
I edited my post, the last one is easiest.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Alright, thanks, I didn't get the first two to work. I think I can the third to work.
Offline
Pages: 1
Topic closed
[ Started around 1732471234.3722 - Generated in 0.047 seconds, 13 queries executed - Memory usage: 1.41 MiB (Peak: 1.52 MiB) ]