News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

ListView with edit

Started by TimoVJL, February 18, 2011, 11:11:29 AM

Previous topic - Next topic

TimoVJL

This project tests ListView with some editing capabilities without subclassing.
May the source be with you

Grincheux

Thank You for this code. In my Convolution Filters Editor I am searching to replace the ugly editor with a grid control. Yours does excatly what I want. Do you have an update? Now I will try to understand the code to set parts into mine.

TimoVJL

Haven't done anything to it for a long time, it was for a one small project only, creating a SQL clause.
David have his editable grid.
May the source be with you

John Z

#3
Quote from: Grincheux on December 09, 2021, 04:58:36 PM
Thank You for this code. In my Convolution Filters Editor I am searching to replace the ugly editor with a grid control. Yours does excatly what I want. Do you have an update? Now I will try to understand the code to set parts into mine.

Check out http://www.smorgasbordet.com/pellesc/ then
under Windows Samples - Custom Controls - BabyGrid

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

Also https://github.com/johnvuong20000/DataGrid

John Z

Grincheux

#4
Like I said I will use Mr McDermott's Baby.
The second link does not use MFC but it use C--!


If a member forum made sometinhg interesting we must use it.
This Mister had made a property library, very clean, I have not used it again but it stays in corner of my mind.

Thank every one for the help.

DMac

Grincheux, joyeux Noël!

I hope the Simple Grid brightens your holliday :D
No one cares how much you know,
until they know how much you care.

John Z

Grid Master Mr. DMac,

Is there any location other than CodeProject for your newest version?  I only have seen code from 2006 but CodeProject shows a 2013 update.  I have used the SysListView32 for a grid in a program but performance is poor over 50 rows or so.


Thanks,

John Z

DMac

Hi John Z,

The answer is no, I only posted the code there.

March 28, 2016 Version 2.2.0.0

June 24, 2018 Version 2.2.1.0 (MSVC project only) - fixed bug in MSVC project that was not in the pelles c source.

HTH
No one cares how much you know,
until they know how much you care.

John Z