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
Open dat,mpeg file
Collapse
X
-
Originally posted by sudiproyAnyone 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
You will be able to open a .dat file using:
Code:Open "C:\usermate.dat" For Input As #filenum1
Code:Open "C:\usermate.dat" For Output As #filenum1
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