SIGrid Question, How To Clear?

Started by Fred Harris, April 24, 2006, 10:35:43 PM

Previous topic - Next topic

Elias Montoya

Quote from: mercierbI ended up using RvLv from Roberto as an editable grid because it is simple to use and I can incorporate the code right in my program so no DLL.

Egrid32 has a simple to use INC file, and It can be embedded in your
EXE too.  :(

Haakon Birkeland

I am not talking about the inc file. I am talking about a simple grid. I used egrid in my program. As far as I could tell it ended up more than twice the size my program was. It has so many options that are useless to me that it defeated the value of using egrid. So I ended up modifying Rvlv to be a sub in my program so no inc file and it only added somewhere around 20K.
Granted if I wanted a excel grid, I would be using your grid.

Bert

My definition of a simple grid
Number of colums and rows as required in the program
Cell identification to write to or read from
Font to be used
Formating(Left, right and center)
Haakon 8o)

Fred Harris

What is that?  That sounds like something I'd be interested in.

Haakon Birkeland

Do a search on PB forums and search for Roberto Valois. He has a simple grid that is very quick. I changed the code so it does not compile as a DLL and just insert the code in my program.

It is very limited in what it does but what it does it does good.

It is freeware and still is updated regularly if a bug is found.

Bert
Haakon 8o)

Elias Montoya