Is it possible to setup a listview control with two columns so that the
second column is editable?

Re: 2 column editable Listview? by Sijin

Sijin
Sat Sep 04 23:55:42 CDT 2004

This is what i found
http://www.thecodeproject.com/cs/miscctrl/ListViewCellEditors.asp

Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph



B. Chernick wrote:
> Is it possible to setup a listview control with two columns so that the
> second column is editable?

Re: 2 column editable Listview? by BChernick

BChernick
Sun Sep 05 10:11:02 CDT 2004

Thanks! I wonder how long it's take me to translate this to VB? ;-)

(Is it my imagination or are all the good custom controls written in C#? )

"Sijin Joseph" wrote:

> This is what i found
> http://www.thecodeproject.com/cs/miscctrl/ListViewCellEditors.asp
>
> Sijin Joseph
> http://www.indiangeek.net
> http://weblogs.asp.net/sjoseph
>
>
>
> B. Chernick wrote:
> > Is it possible to setup a listview control with two columns so that the
> > second column is editable?
>

Re: 2 column editable Listview? by Sijin

Sijin
Mon Sep 06 01:10:32 CDT 2004

You don't need to translate that into VB, just use it in your
application as a seperate C# project.

Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph


B. Chernick wrote:
> Thanks! I wonder how long it's take me to translate this to VB? ;-)
>
> (Is it my imagination or are all the good custom controls written in C#? )
>
> "Sijin Joseph" wrote:
>
>
>>This is what i found
>>http://www.thecodeproject.com/cs/miscctrl/ListViewCellEditors.asp
>>
>>Sijin Joseph
>>http://www.indiangeek.net
>>http://weblogs.asp.net/sjoseph
>>
>>
>>
>>B. Chernick wrote:
>>
>>>Is it possible to setup a listview control with two columns so that the
>>>second column is editable?
>>

Re: 2 column editable Listview? by BChernick

BChernick
Mon Sep 06 08:27:01 CDT 2004

Of course I could. I'm just focused on VB and translating it might help me
understand the basic principles better. Also I'm reluctant to copy someone
else's code into what could eventually become commercial software, although
in this case I don't see any copywrite notices.

"Sijin Joseph" wrote:

> You don't need to translate that into VB, just use it in your
> application as a seperate C# project.
>
> Sijin Joseph
> http://www.indiangeek.net
> http://weblogs.asp.net/sjoseph
>
>
> B. Chernick wrote:
> > Thanks! I wonder how long it's take me to translate this to VB? ;-)
> >
> > (Is it my imagination or are all the good custom controls written in C#? )
> >
> > "Sijin Joseph" wrote:
> >
> >
> >>This is what i found
> >>http://www.thecodeproject.com/cs/miscctrl/ListViewCellEditors.asp
> >>
> >>Sijin Joseph
> >>http://www.indiangeek.net
> >>http://weblogs.asp.net/sjoseph
> >>
> >>
> >>
> >>B. Chernick wrote:
> >>
> >>>Is it possible to setup a listview control with two columns so that the
> >>>second column is editable?
> >>
>