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

    copying images from media player with visual basic

    my requirement is to copy images from a movie file running on media player at the click of a mouse and paste it on a editor that has to be saved. i would like to know whether this can be done through visual basic or not. if yes, then how will i do it or if no, then what tech or language should i be using it. i would be happy if you come up with codes for the same if possible.

  2. #2
    Join Date
    Sep 2002
    Posts
    1,747

    maybe this helps...

    Try looking into the API exposed by winmm.dll (the Windows Media Mapper). There are many functions there that can help you.
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

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