CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CAnimateCtrl

  1. #1
    Join Date
    Mar 1999
    Posts
    3

    CAnimateCtrl



    I am using the 'filecopy.avi' with CAnimateCtrl to show files being moved. Does anyone know how to access the standard resource in the OS to do this instead of using the avi file.


    Thanls


    Ed

  2. #2
    Join Date
    Apr 1999
    Posts
    20

    Re: CAnimateCtrl



    Look up SHFileOperation in your help (there is also a wrapper class for it on codeguru in the "shell programming" section).

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