PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Jean-pierre Leroy on April 18, 2016, 05:40:24 AM

Title: Simple Grid
Post by: Jean-pierre Leroy on April 18, 2016, 05:40:24 AM
I've discovered Simple Grid on CodeProject.com

I hope we can use it with both FireFly for PowerBASIC and FireFly for FreeBASIC.

More info on this grid :

http://www.codeproject.com/Articles/681771/Simple-Grid-A-Win-message-based-grid-control

Title: Re: Simple Grid
Post by: Paul Squires on April 18, 2016, 08:13:38 AM
FYI - That's the code that I am using as the basis for the grid that I am writing in FreeBasic.
Title: Re: Simple Grid
Post by: Paul Squires on April 18, 2016, 05:49:35 PM
I am now rewriting the grid to use strict WinAPI techniques rather than the OOP class structure that I posted in the FBGrid download area. This should more easily allow us to use the grid in FB (32/64 bit, DLL and OBJ) and PB (32bit DLL).