Pelles C forum

C language => User contributions => Topic started by: TimoVJL on February 18, 2011, 11:11:29 AM

Title: ListView with edit
Post by: TimoVJL on February 18, 2011, 11:11:29 AM
This project tests ListView with some editing capabilities without subclassing.
Title: Re: ListView with edit
Post by: 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.
Title: Re: ListView with edit
Post by: TimoVJL on December 09, 2021, 08:01:37 PM
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.
Title: Re: ListView with edit
Post by: John Z on December 12, 2021, 12:05:11 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
Title: Re: ListView with edit
Post by: Grincheux on December 12, 2021, 01:15:36 PM
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.
Title: Re: ListView with edit
Post by: DMac on December 15, 2021, 05:25:28 AM
Grincheux, joyeux Noël!

I hope the Simple Grid brightens your holliday :D
Title: Re: ListView with edit
Post by: John Z on December 15, 2021, 10:56:23 AM
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
Title: Re: ListView with edit
Post by: DMac on December 15, 2021, 09:49:07 PM
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
Title: Re: ListView with edit
Post by: John Z on December 16, 2021, 11:23:07 AM
OK - thanks

John Z