Thanks for answer.
It worked for me just by using BeginEdit (that was the method I was
looking for)
I don't understand what is the other code you wrote. What is it good
for? And what is JLVItemEx
Thanks
On 30/01/2008 in message
<a8cb0dc1-dc14-4cd1-badc-09815ad7546f@u10g2000prn.googlegroups.com> bz
wrote:
>Thanks for answer.
>It worked for me just by using BeginEdit (that was the method I was
>looking for)
>
>I don't understand what is the other code you wrote. What is it good
>for? And what is JLVItemEx
JLVItemEx is one of my classes based on a ListViewItem, it has additional
properties like Path, FileType etc.
The code is split into small functions in my library and I just copied and
pasted it.
For instance GetSelectedListViewItem() is a function I use all the time so
having it in a function means I just have to call the function and know I
will either get a valid ListViewItem or null returned, it saves a lot of
repetitive code.
The same with DoEditItem() - it can be called from a menu, the F2 key or
even from outside the file it is in.

Signature
Jeff Gaines
bz - 30 Jan 2008 14:01 GMT
> On 30/01/2008 in message
> <a8cb0dc1-dc14-4cd1-badc-09815ad75...@u10g2000prn.googlegroups.com> bz
[quoted text clipped - 9 lines]
> JLVItemEx is one of my classes based on a ListViewItem, it has additional
> properties like Path, FileType etc.
Thanks, I thought it was some NET class I wasn't aware of.
Regards
Bogdan
> The code is split into small functions in my library and I just copied and
> pasted it.
[quoted text clipped - 7 lines]
> --
> Jeff Gaines