I have created in application in VB6 to view .dbf files using the listview control. As it stands right now, the .dbf files are read only. How can I make the cells in the listview editable? Is there a better control than listview that I could use instead? I thought about the data grid but have not found much info on using that control