Click to See Complete Forum and Search --> : copying images from media player with visual basic


niaz_k
November 8th, 2002, 05:16 AM
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.

galathaea
November 8th, 2002, 06:06 PM
Try looking into the API exposed by winmm.dll (the Windows Media Mapper). There are many functions there that can help you.