My application allows user to delete files from its GUI. Every time they delete something, I want to show the OS confirmation dialog.
I use SHFileOperationW() to move files and folder to the recycle bin. But if the option "Display delete confirmation dialog" is not checked, no dialog will be shown.
Is there a way to programmatically turn on the "Display delete confirmation dialog" on Windows7 and 8?