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

Thread: Storyboard II

Threaded View

  1. #1
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Storyboard II

    Hi All,

    Thanks for the help on my previous storyboard quest!!

    The following;

    I start the storyboard using

    board.Begin();

    I use this in

    Windows_Activated (object sender, EventArgs e)

    So Far so good.

    When

    Windows_Deactivated(object sender, EventArgs e)

    Is called I use

    board.Stop();

    And of course it stops BUT I want to stop it at a certain point.
    Instead off right away.

    How can I do this?

    Regards,

    Ger
    Last edited by TBBW; October 12th, 2013 at 04:50 PM. Reason: editorial

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