Scanning Image through Visual Basic

Visual Studio310
what is easy way to scanning from vb6. i have benq 5000 scanner. using

imgscan and imgedit.code is

With ImgScan1

.ScannerAvailable

.OpenScanner

.StartScan

.CloseScanner

ImgEdit1.Image = ImgScan1.Image

End With

but error not image show on imgedit


-