Hello all,
Is there a way to copy the contents of a CListView window to the clipboard? I'd like to be able to highlight some or all of my data and copy it to the clipboard. But I'm facing two problems.
1) The data is in multiple columns, and I can only highlight one column.
2) copying doesn't work.
In digging around the classwizard for my view I added a OnEditCopy() event which gets called now when I hit Ctrl-C. But I'm a little foggy as to what to put in the function.
Thanks for your help..
Bob
Is there a way to copy the contents of a CListView window to the clipboard? I'd like to be able to highlight some or all of my data and copy it to the clipboard. But I'm facing two problems.
1) The data is in multiple columns, and I can only highlight one column.
2) copying doesn't work.
In digging around the classwizard for my view I added a OnEditCopy() event which gets called now when I hit Ctrl-C. But I'm a little foggy as to what to put in the function.
Thanks for your help..
Bob