by J. Klarenbeek (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(10 Votes)

Create a listview with editable subitems, without using the MSFlexgrid control. Stand alone module can be used for any project where you need this kind of functionality. It doesn't use subclassing, so it will not make your project unstable.
Inputs
Place 1 ListView control in report mode and 1 textbox on your form. Add the listview32.bas module to your project, and only a view lines of code on your form will do the trick!
Assumes
Start the example from visual basic, and right click on the listview or (later) on of the created items.
Side Effects
non as I know of, the code is fairly simple, but does the trick.