CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2010
    Posts
    31

    Thumbs up Copy large folder

    In windows, when we copy large folders, a dialog with copy animation movie is often displayed, I'd like to know if there is a way to hide that dialog no matter how big the files I am copying are ?
    Thank you

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: Copy large folder

    If you mean a dialog displayed when you call SHFileOperation or CopyFileEx APIs then you you can avoid dialog displaying. Just look at the MSDN articles about CopyFileEx or SHFileOperation + SHFILEOPSTRUCT
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured