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

    Talking Capturing screenshot of movies during playback

    I am developing a media player that plays mpeg-4 movies files using Microsoft VB 6 with SP6.

    My question is there a way to add an additional function that takes screenshots of movies while playing and saving it in as jpeg/bitmap file in the hard-disk.Plus I wanted to add a shortcut key to my program and when I want to take the screenshot I just press the button.Can anyone please show me how to add this screenshot function to my program?(perhaps show me the source code).

  2. #2
    Join Date
    May 2003
    Posts
    30

    Re: Capturing screenshot of movies during playback

    try movie player activex control
    http://www.viscomsoft.com/products/movieplayer/

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