- Version
- Download 349
- File Size 66.17 KB
- File Count 1
- Create Date April 28, 2016
- Last Updated April 28, 2016
Transfer item from listview to another listview in Visual Basic 6
Transfer item from listview to another listview in Visual Basic 6
Have you tried to transfer the records from one listview to another? If not then download this program and learn how did it works.
This application has a database and it has a single table which stores the list of subjects from 1st to 4th year highschool.
System functions:
* The system is connected to ms access database
* It will display the list of subjects from database to listview control based on the selected year level.
* You can transfer subjects from the source listview to the another listview and can also transfer back the items from the destination listview to the sourece listview.
Happy Programming