CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2009
    Posts
    1,355

    VB2010 - Image: can i get the current index frame?

    using Image class, can i get the current index frame?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: VB2010 - Image: can i get the current index frame?

    Quote Originally Posted by Cambalinho View Post
    using Image class, can i get the current index frame?
    What is the "current index frame"?
    What does MSDN write about it?
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2009
    Posts
    1,355

    Re: VB2010 - Image: can i get the current index frame?

    using the Image.SelectActiveFrame(FrameDimension.Time, indexframe) we choose the frame: https://msdn.microsoft.com/en-us/lib...v=vs.110).aspx
    but how we can get the actual frame index?

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: VB2010 - Image: can i get the current index frame?

    I guess the "frame index" may be any value from 0 to what Image.GetFrameCount Method returns for the current FrameDimension (minus 1)
    Victor Nijegorodov

  5. #5
    Join Date
    Apr 2009
    Posts
    1,355

    Re: VB2010 - Image: can i get the current index frame?

    yes... i'm sorry, but you can correct my english terms.
    there is any method that i can get the Actual frame index(if it's another term, please correct me)?

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