Kodak Image Scan in VB.Net??

G

grawsha2000

Hi,

I have imported Kodak Image Scan OCX into my vb.net(FW1.1) window
application. The problem is when I try to run the form with this code:

Imports ScanLibCtl
..
..
..
Dim img as ImgScan

set img=new ImgScan

with img
..AboutBox()
end with

an error occures saying ..08000FFFF:catastrophic fialure.....

Do I need to compile or do some command line run to have work in .Net??

MTIA,
Grawsha

ps I use this OCX becuase it saves me a lot of time.
V.S. if I develop one from nothing with Twain standards 1.9.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top