I'm talking about theĀ FlexGrid AKA MSFlexGrid AKA MSHFlexGrid, a very useful control that lets you display and/or edit data or even images in a spreadsheet-like table and trap click events against its cells, or even bind it to a data connection (I don't need that):
![[Image: Flex-Grid1.png]](https://i.ibb.co/DD5KGvzq/Flex-Grid1.png)
After MS discontinued Visual Basic 6 and support for the control dried up or it wasn't freely available, there were some 3rd party & open source versions released, e.g.,
If InForm has anything like that, I would make use of it, but if not, I'd be curious what kind of workarounds people use for that kind of functionality in QB64/PE?
![[Image: Flex-Grid1.png]](https://i.ibb.co/DD5KGvzq/Flex-Grid1.png)
After MS discontinued Visual Basic 6 and support for the control dried up or it wasn't freely available, there were some 3rd party & open source versions released, e.g.,
- VBFlexGrid Control (Replacement of the MSFlexGrid control)-VBForums (VBFLXGRD github)
- iGrid - Editable VB6 MSFlexGrid Replacement
- iGrid - ActiveX Grid Control
If InForm has anything like that, I would make use of it, but if not, I'd be curious what kind of workarounds people use for that kind of functionality in QB64/PE?

