CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.21 seconds.

  1. Thread: Storyboard II

    by Arjay
    Replies
    8
    Views
    5,246

    Re: Storyboard II

    Have you tried to use SeekAlignedToLastTick(TimeSpan offset) in code? Did it synchronously set the correct position?

    I'm not saying this would be the final answer, but it would be useful for me...
  2. Thread: Storyboard II

    by Arjay
    Replies
    8
    Views
    5,246

    Re: Storyboard II

    When I read Msdn, it tells me that a timer is used when the story board is started and then the timer is stopped when board.Stop() is called.

    In terms of your problem, it could be that the timer...
  3. Thread: Storyboard II

    by Arjay
    Replies
    8
    Views
    5,246

    Re: Storyboard II

    You should read up on Storyboard in msdn and try some different properties and methods to get the behavior you are looking for.
  4. Thread: Storyboard II

    by Arjay
    Replies
    8
    Views
    5,246

    Re: Storyboard II

    Try calling SeekAlignedToLastTick(TimeSpan offset) either right before or right after you call Stop();
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured