I have to provide a way for a non-technical user to
add records to a database from a file.
The simplest method (for her, not for me!) would be
if she can drag the icon from the attachments panel of
GroupWise onto the desktop icon for my application.
I'd rather not use FileSystemWatcher, because that would
require it to be always running and tying up non-pageable
buffer space.on some machine.
But I'd also prefer to NOT tamper with the Registry
on her machine.
Ideas? I found plenty about dragging/dropping things
within an application, but didn't spot anything
like this.
My fallback, I guess, would be for her to drag to a
directory, and have a scheduled task that empties
that directory frequently.
--
Wes Groleau
add records to a database from a file.
The simplest method (for her, not for me!) would be
if she can drag the icon from the attachments panel of
GroupWise onto the desktop icon for my application.
I'd rather not use FileSystemWatcher, because that would
require it to be always running and tying up non-pageable
buffer space.on some machine.
But I'd also prefer to NOT tamper with the Registry
on her machine.
Ideas? I found plenty about dragging/dropping things
within an application, but didn't spot anything
like this.
My fallback, I guess, would be for her to drag to a
directory, and have a scheduled task that empties
that directory frequently.
--
Wes Groleau