Peter,
I’m surprised you haven’t got DataGridView. It’s been included as a replacement for DataGrid since VB2005. Try this:
Right-click on the Toolbox and select "Choose Items..." to show the "Choose Toolbox Items" form. You should find DataGridView on the list (on the ".NET Framework Components" tab) Ensure this is checked this and click OK. The DataGridView control should now appear in the Toolbox.
I’m surprised you haven’t got DataGridView. It’s been included as a replacement for DataGrid since VB2005. Try this:
Right-click on the Toolbox and select "Choose Items..." to show the "Choose Toolbox Items" form. You should find DataGridView on the list (on the ".NET Framework Components" tab) Ensure this is checked this and click OK. The DataGridView control should now appear in the Toolbox.


Comment