Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to connect to an external device into a VB project

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
In my project I need to capture a movie from another device(like tv, video camera etc.,).
Kindly give me suggestions regarding

 
There's probably some high-level code that can do the job smarter, but here a low-level way to do it:

The vbasm.dll allows you to use the old basic commands 'poke' (vbpoke) and 'peek' (vbpeek) to read/write for a port/external device.

The dll can be downloaded from
 
Vbasm is quite handy if you are working with 16-bit VB but it wasn't written to work with the 32-bit versions. Have you found a way to work around this shortcoming?
VCA.gif

Alt255@Vorpalcom.Intranets.com
 
No. Long time ago I used this to control an external device, and I haven't tried it since. I did not know that there are problems in connection with the 32-bit version.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top