How to implement simple copy / paste functions in mfc CListCtrl?
Is this really the easiest way to do it?
http://simplesamples.info/MFC/Clipboard.php
+1
Torleif
source
to share
1 answer
Is your list a source or destination? Do you need to copy / paste to or from something like Excel? Are you expecting some formatting? It all depends.
Edit : If you go for plain text your link looks good. See Clipboard: Using the Windows Clipboard .
+1
Eugene yokota
source
to share