Hi All,
I want to import the data from Excel and Ms-access,notepad in to listview control. For that please send me sample code as early as possible.
Regards,
Venkat
Printable View
Hi All,
I want to import the data from Excel and Ms-access,notepad in to listview control. For that please send me sample code as early as possible.
Regards,
Venkat
To get data from text files, see the "Files" section of our Classic VB FAQs
To get data from Excel, see my tutorial (link in my signature), or our Office Development FAQs (at the top of the Office Development forum)
To get data from Access, see our Database Development FAQs/Tutorials (at the top of the Database Development forum), which includes an example of populating a ListView (but you will probably need to get the basics from the ADO Tutorial first).