GetOpenFilename - Prevent delete

  • Thread starter Thread starter pcsparks
  • Start date Start date
P

pcsparks

Is there any way to prevent the user from right-clicking and deleting files
when using the GetOpenFilename method
 
The dialog is really Windows Explorer with a different layout, and some boxes for filling a Filename.
I don't believe you could control it without designing your own fileopen dialog.

An option could be to create a file share that has read-only permissions to users.

Cheers,
Rob
 
Back
Top