Hi,
In my application, i need to copy files and folders. I use the ifileoperation wrapper founded on msdn , but i have a (big) problem. The progress dialog open as modal form and i have to wait the end of the copy).
How can i use this api with a modeless progress dialog ?
thanks