M
Mythran
I have a form that displays a list of bitmaps. I have read the MSDN docs
regarding drag-n-drop operations, and have reviewed some examples online on
how to do this, but the examples I have seen thus far only show how to
create an internet shortcut file.
When the user drags an image from the form to the desktop, I would like to
either save the image using a default filename (if possible) or show the
Save As dialog so the user can enter a name for the file themselves. So,
the form with my images (which are in-memory bitmaps and are not stored on
the file system) needs to be able to have the images dragged from the
ListView control (which are ListViewItem's of course) and dropped onto a
specified folder or the desktop (actual folder or desktop, not part of my
app)...
Thanks,
Mythran
regarding drag-n-drop operations, and have reviewed some examples online on
how to do this, but the examples I have seen thus far only show how to
create an internet shortcut file.
When the user drags an image from the form to the desktop, I would like to
either save the image using a default filename (if possible) or show the
Save As dialog so the user can enter a name for the file themselves. So,
the form with my images (which are in-memory bitmaps and are not stored on
the file system) needs to be able to have the images dragged from the
ListView control (which are ListViewItem's of course) and dropped onto a
specified folder or the desktop (actual folder or desktop, not part of my
app)...
Thanks,
Mythran