Deleting Common Dialog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possible to get a common dialog for deleting?
I am looking for the one with the paper flying across the msgbox into the
recycle bin. Just like the one used for Windows.

Thanks
 
I believe that dialog comes from the SHFileOperation API. Randy Birch has a
pretty comprehensive example of its use at
http://vbnet.mvps.org/code/shell/shfileopadv.htm

Obligatory warning: Randy's site is aimed at VB programmers. Because of
difference between VB and Access, some of the examples don't port directly
into Access. This particular example happens to be one of those cases.
Randy's using control arrays on the form, and Access doesn't support control
arrays. Hopefully you can figure out how the code works, though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top