Editing CListView subitems
-
I would like to be able to edit the subitems of a ClistView that's on a SDI app., could you tell me how should I do it? Thanks a lot for your attention.
SetItemText should work. Regards, Alvaro
-
I would like to be able to edit the subitems of a ClistView that's on a SDI app., could you tell me how should I do it? Thanks a lot for your attention.
If you mean that you want to allow the user of your program to edit the data, such as in a spreadsheet perhaps, then there is quite a bit of programming required to do that. I am not familiar with the articles available in this web iste, but there is probably at least one article describing that kind of stuff. I know that the CodeGuru has at least one.
-
If you mean that you want to allow the user of your program to edit the data, such as in a spreadsheet perhaps, then there is quite a bit of programming required to do that. I am not familiar with the articles available in this web iste, but there is probably at least one article describing that kind of stuff. I know that the CodeGuru has at least one.
I'm about to post an article that will show you how to do this. Hassle me in a day or so if it doesn't appear. - Chris
-
I'm about to post an article that will show you how to do this. Hassle me in a day or so if it doesn't appear. - Chris