Open dat,mpeg file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudiproy
    New Member
    • May 2007
    • 1

    Open dat,mpeg file

    Anyone tell me how i open dat,mpeg file and get picture information from that video in VB and also send this pixel information through USB port........... ....hey buddies it's urgent plz help me
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by sudiproy
    Anyone tell me how i open dat,mpeg file and get picture information from that video in VB and also send this pixel information through USB port........... ....hey buddies it's urgent plz help me
    Hello, sudiproy!

    You will be able to open a .dat file using:

    Code:
    Open "C:\usermate.dat" For Input As #filenum1
    Save to it using:

    Code:
    Open "C:\usermate.dat" For Output As #filenum1
    As far as .mpeg files, well, I'm baffled here. I did see a MS Video Control 1.0 Type Library, or perhaps a Multimedia Library will do the trick.

    I would take a look a little deeper here for more hits on this or fetch Google for this the USB inquiry.

    Sorry I could not be of much help, in a bit!

    Comment

    Working...