VB.Net Printing in Application Capturing Image from Camera
I am trying this code in VB.Net to transfer one Image from my vebcam to the ImageEdit Control by Kodak . I am invoking the twain interface of the camera by using Kodak sacan control .But the image is not being transferred to my control .Please help me out.
Me.ImgScan1.DestImageControl = "ImgEdit1"
Me.ImgScan1.FileType = 1
Me.ImgScan1.MultiPage = False
Me.ImgScan1.ScanTo = ScanLibCtl.ScanToConstants.DisplayOnly
|