Hello,<br><br>I would like to implemente file copy with a progress bar. In fact, under Windows NT 4 (and so, I suppose also under Windows 2000), it exists a cool (but complexe) function FileCopyEx which can call a CallBack function of our own.<br><br>Unfortunately, I need that my program works on both Windows 9x systems and Windows NT...<br><br>So I will prbably need to write my own copy function (absolutly not cool), and don't know exactly how to do this the best.<br><br>Note, that I want to have a progress bar that show progress for a single big file, and not a bar that show progress at every time a file copy is completed (during multiple file copy).<br><br>Note also that because FileCopyEx is a windows base function, I think it is not possible to stole the code of the function from source of MFC.<br><br>Any idea or good advise ?<br><br>David Burg.