News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Editing ListView SubItems

Started by ofg, February 20, 2006, 03:12:37 PM

Previous topic - Next topic

ofg

    hi,

   Can we edit a ReportView Subitem in place, just as we do editing Item Labels ?

   Thanks.

Tedd

You will probably have to do it yourself though.
Which means detect the click or menu selection ("rename"), and then create an edit-box placed in front of the label, then when return is pressed get the text from the edit control and modify the label.
No snowflake in an avalanche feels responsible.

donkey

This little example demonstrates how to create windows over top of a listview, it uses combo boxes but edit controls are the same idea...



[attachment deleted by admin]
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable