i have problem reading CSV file, i found many solutions but i still got one problem.
I need to read CSV file and then these values show in List Control and here i have problem. Idk how to display it in List, any help?
Typically you'd just check the return value of ReadString to test of end of file. I've never seen it done the way you're doing it.
I guess next you need to learn how to parse your CString. Honestly though, perhaps you need to work through a tutorial book. The forum's not going to be the best way to learn the basics and there's a LOT to learn.
Bookmarks