NO

Author Topic: ListView with edit  (Read 4059 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
ListView with edit
« on: February 18, 2011, 11:11:29 AM »
This project tests ListView with some editing capabilities without subclassing.
May the source be with you

Grincheux

  • Guest
Re: ListView with edit
« Reply #1 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.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: ListView with edit
« Reply #2 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.
May the source be with you

Offline John Z

  • Member
  • *
  • Posts: 790
Re: ListView with edit
« Reply #3 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
« Last Edit: December 12, 2021, 12:23:07 PM by John Z »

Grincheux

  • Guest
Re: ListView with edit
« Reply #4 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.
« Last Edit: December 12, 2021, 01:18:12 PM by Grincheux »

Offline DMac

  • Member
  • *
  • Posts: 272
Re: ListView with edit
« Reply #5 on: December 15, 2021, 05:25:28 AM »
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.

Offline John Z

  • Member
  • *
  • Posts: 790
Re: ListView with edit
« Reply #6 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

Offline DMac

  • Member
  • *
  • Posts: 272
Re: ListView with edit
« Reply #7 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
No one cares how much you know,
until they know how much you care.

Offline John Z

  • Member
  • *
  • Posts: 790
Re: ListView with edit
« Reply #8 on: December 16, 2021, 11:23:07 AM »
OK - thanks

John Z