Image Scanning in VB with ADO conrol
-
how do i go about scanning an image with an adodb control with access as a backend and VB6 as the front end.THis is needed for the purpose of the project regarding automating the registrations of a computer institute. PRAVEED
-
how do i go about scanning an image with an adodb control with access as a backend and VB6 as the front end.THis is needed for the purpose of the project regarding automating the registrations of a computer institute. PRAVEED
Use ADODB to scan an image? Bottom line is -> you can't. That's not what ADODB does. Are you trying to capture an image from a video camera? If so, what kind? A QuickCam? For something like that, your going to need a SDK from the manufacturer of the camera to get at an image. Logitech has one that works with its line of QuickCams at http://developer.logitech.com. RageInTheMachine9532