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

    active movie ocx

    some properties of amovie.ocx are set at run time for example we can check the duration.
    but when we are using it how we will wait for the movie to load first and then check its property.
    and how we know the movie has ended. can we program an event for that



  2. #2
    Join Date
    Aug 1999
    Posts
    3

    Re: active movie ocx

    hi,
    you can use stopped property of activemovie control

    for example
    if activemovie1.stopped then
    do events
    else
    do events(use some timer here)







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