I have a form with two buttons and tho ole objects
One is to take a picture directly from a webcam
and the other button to scan a document.
If I take a picture with the webcam and I want to scan
a document I have to exit access and change the twainsource with Kodak Imaging. Then open the databasee and scan.
What i want to do is put some code that does this automatically whenever I scan or take a picture.
Do you guys have any idea on how to modify the following code to acomplish this..
[blue]
Private Sub cmdSelect_Click()
'This control allows selection of different twain sources
Me.PajantImageCtrl3.Pi.TwainSelect (0)
End Sub
[/blue]
One is to take a picture directly from a webcam
and the other button to scan a document.
If I take a picture with the webcam and I want to scan
a document I have to exit access and change the twainsource with Kodak Imaging. Then open the databasee and scan.
What i want to do is put some code that does this automatically whenever I scan or take a picture.
Do you guys have any idea on how to modify the following code to acomplish this..
[blue]
Private Sub cmdSelect_Click()
'This control allows selection of different twain sources
Me.PajantImageCtrl3.Pi.TwainSelect (0)
End Sub
[/blue]