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

    Where to find AVI for GUI

    I would like to know how I can erase the content of an animate control. I'm opening an AVI, on another step I'm opening another and the other one doesn't erase and stay in background.. static, but still there.

    Thank you.




  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: Where to find AVI for GUI

    I am not certain about Ur exact question but if I am correct,
    U are trying to remove previous opened AVI file so that new
    AVI file can be played in animate ctrl?
    If that is the case why don't U close the previous one by
    using animatectrl.Close() and then open a new one.
    Possibly U might need to use aniamtectrl.UpdateWindow() after
    close command.

    Hope for help. :-)

    Walter




  3. #3

    Re: Updating Animate Control

    Quite close to what I finally did, which was to call a WindowsRedraw and it did it.

    Thank you.


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