progress bar dialog - function?

Jan 17, 2011 at 6:16pm
During the deletion of the browsing history in Internet Explorer 8 a dialog containing a progress bar appears.
The same dialog with a different text appears in Windows 7 when the file attributes of a complex folder are being changed.
I therefore think that a undocumented function of Windows exists, which shows such a dialog.
Does such a function exist? If this is the case, in which DLL can the function be found and what is it´s name?
Jan 17, 2011 at 8:15pm
What you want is SHFileOperation function. Can be used for copy, delete, move...
Jan 17, 2011 at 9:04pm
Thre is also the IProgressDialog shell interface.
Jan 18, 2011 at 5:21pm
Thank you guestgulkan. That's exactly what I was looking for.
Topic archived. No new replies allowed.