VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Add to a ListView control on the fly from a text datafile

BP  (8 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like.
Call load_list_view_two(mylist, "c:\test.dat")

Rate Add to a ListView control on the fly from a text datafile (4(4 Vote))
Add to a ListView control on the fly from a text datafile.bas

Add to a ListView control on the fly from a text datafile Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters