{"id":18354620,"url":"https://github.com/mrfearless/listviewsubitemedit","last_synced_at":"2026-03-04T03:31:43.614Z","repository":{"id":129304039,"uuid":"56342467","full_name":"mrfearless/ListViewSubItemEdit","owner":"mrfearless","description":"Allows editing of items and subitems in a listview control by creating a child control (edit, combo etc) dynamically for this purpose.","archived":false,"fork":false,"pushed_at":"2016-04-20T20:42:25.000Z","size":177,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T12:51:43.981Z","etag":null,"topics":["asm","assembler","control","listview","masm","radasm","work-in-progress"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrfearless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-15T18:48:10.000Z","updated_at":"2021-11-05T12:42:10.000Z","dependencies_parsed_at":"2023-07-28T07:45:50.491Z","dependency_job_id":null,"html_url":"https://github.com/mrfearless/ListViewSubItemEdit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mrfearless/ListViewSubItemEdit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2FListViewSubItemEdit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2FListViewSubItemEdit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2FListViewSubItemEdit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2FListViewSubItemEdit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrfearless","download_url":"https://codeload.github.com/mrfearless/ListViewSubItemEdit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrfearless%2FListViewSubItemEdit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asm","assembler","control","listview","masm","radasm","work-in-progress"],"created_at":"2024-11-05T22:04:41.607Z","updated_at":"2026-03-04T03:31:43.599Z","avatar_url":"https://github.com/mrfearless.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ListViewSubItemEdit for Masm\n\n[![Join the chat at https://gitter.im/mrfearless/ListViewSubItemEdit](https://badges.gitter.im/mrfearless/ListViewSubItemEdit.svg)](https://gitter.im/mrfearless/ListViewSubItemEdit?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nfearless 2016 - [www.LetTheLight.in](http://www.LetTheLight.in)\n\n## Overview\n\n![Image of LVSIE](https://github.com/mrfearless/ListViewSubItemEdit/blob/master/lvsie.png)\n\nListViewSubItemEdit is a library (for Masm, but may work with other compilers) containing functions to easily allow you to edit items and subitems in a listview. \n\nIt dynamically creates a specified child control (edit, combo etc) in the place of the item and subitem that was clicked. \nOnce the child control loses focus - user moved to another control or clicked another part of the listview, the information in the child control updates the associated item/subitem, if any changes where made.\nA user pressing escape will cancel any modification and the child control will be destroyed. If a user presses tab or enter, any changes will be saved back to the original item/subitem of the listview.\n\nv1.0.0.4 - Last updated: 20/04/2016 - Changed LVSUBITEMEDIT structure slightly, increased params for ListViewSubItemEdit procedure, dwOptions addition and few other code changes.\n\n## Whats included in this release\n\n* ListViewSubItemEdit.inc\n* ListViewSubItemEdit.lib\n* readme.txt\n\n## Installation\n\n* Copy the ListViewSubItemEdit.lib to your masm32\\lib folder\n* Copy the ListViewSubItemEdit.inc to your masm32\\include folder\n* Add a line in your source code:\n```\n    include ListViewSubItemEdit.inc\n    includelib ListViewSubItemEdit.lib\n```\n## How to use\n\nSee the Wiki entry [here](https://github.com/mrfearless/ListViewSubItemEdit/wiki/How-To-Use) or see the ListViewSubItemEdit.inc file, or download the LVSIETest RadASM test project\n\n\n## Sites of interest\n\n* [RadASM IDE](http://www.oby.ro/rad_asm/)\n* [Masm32](http://www.masm32.com/masmdl.htm)\n* [x64dbg](https://github.com/x64dbg/x64dbg)\n\n\n## My other projects\n* [x64dbg-plugin-sdk-for-masm](https://bitbucket.org/mrfearless/x64dbg-plugin-sdk-for-masm)\n* [x64dbg-plugin-sdk-for-jwasm64](https://bitbucket.org/mrfearless/x64dbg-plugin-sdk-for-jwasm64)\n* [jwasm64-with-radasm](https://bitbucket.org/mrfearless/jwasm64-with-radasm)\n* [debug64-for-jwasm64](https://bitbucket.org/mrfearless/debug64-for-jwasm64)\n* [zlibextract](https://bitbucket.org/mrfearless/zlibextract)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrfearless%2Flistviewsubitemedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrfearless%2Flistviewsubitemedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrfearless%2Flistviewsubitemedit/lists"}