>How i can copy a file or folder from one place to another with a progressbar
>just like windows in a VB.Net application?
>also i need a time indicator which will make my progressbar exactly like
>windows
>file copier.
The SHFileOperation API does all that.
http://www.pinvoke.net/default.aspx/shell32/SHFileOperation.html
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.