Hi
Is there an easy way of moving the contents from a listview control to an email during runtime?
I've got a button, pressing it should make outlook popup (done that) with a fresh email, then fill it with the stuff from the listview control.
Printable View
Hi
Is there an easy way of moving the contents from a listview control to an email during runtime?
I've got a button, pressing it should make outlook popup (done that) with a fresh email, then fill it with the stuff from the listview control.
Can't you do something with the Drag feature of the ListBox and the Clipboard object?
Tris.