I had an application that worked fine with version gdipicpro 4
After I upgraded to version 5, this code broke.
snip---
While Imaging1.CreateImageFromTwain(Me.Handle.ToInt32) <> 0
nImageID = Imaging1.GetNativeImage
If nImageID <> 0 Then
count += 1
ImageNo = Setting.GetNextDocument
'' code to save documents ''''
end while
whats happening is this line ---
While Imaging1.CreateImageFromTwain(Me.Handle.ToInt32) <> 0
will not start scanning, it immediatly exits. with a 0
Ideas?
