Hi,
Does anyone know a VB6 component like datagrid but modern like MSHFlexGrid ???
Printable View
Hi,
Does anyone know a VB6 component like datagrid but modern like MSHFlexGrid ???
Data-bound controls are evil. Use the MSHFlexGrid and ADO.
Exactly what functionality are you looking for in a Grid control? The Flexgrid is anything but modern compared to third party controls. As for straight data entry, the Flexgrid is down right ancient compared to the DataGrid.
I want a control in wich I can change any field in the table, or change only some specific columns. I want to have the modern scroller horizontal and vertikal. And i want that when someone enters some data in the last record that a new record i added.
Sorry for my bad English.