Home All Groups Group Topic Archive Search About

Web From, Twain and ActiveX

Author
3 Jul 2006 6:13 AM
Maury
Hello,
I developed a small webapp and now I would like
to add a 'scan' button to a page of mine.
I would like to add a button, if an user
with a scanner clicks on it a custom twain application
(I'll develop) starts...
It's possible?
Can someone give me some hint?
I have to use Activex in VB6 or can I develop
in fully managed code?

Thanks!
M.A.

Author
3 Jul 2006 8:25 AM
Eliyahu Goldin
You need to get an ActiveX. It doesn't have to be in VB6. I am using one
from http://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx

It can http post to the web server and supposrts https.

Eliyahu

Show quoteHide quote
"Maury" <maurizio.alberti_TOG***@gmail.com> wrote in message
news:wA2qg.24699$_J1.318092@twister2.libero.it...
> Hello,
> I developed a small webapp and now I would like
> to add a 'scan' button to a page of mine.
> I would like to add a button, if an user
> with a scanner clicks on it a custom twain application
> (I'll develop) starts...
> It's possible?
> Can someone give me some hint?
> I have to use Activex in VB6 or can I develop
> in fully managed code?
>
> Thanks!
> M.A.
Are all your drivers up to date? click for free checkup

Author
3 Jul 2006 9:15 AM
Maury
Eliyahu Goldin ha scritto:
> You need to get an ActiveX. It doesn't have to be in VB6. I am using one
> from http://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx
Cool! Thanks!
And if I would like to build my own in managed code?
It's possible?
Author
3 Jul 2006 10:56 AM
Eliyahu Goldin
No. The control will run on the client side where there mightn't be any
dotnet installed in the first place.

Eliyahu

Show quoteHide quote
"Maury" <maurizio.alberti_TOG***@gmail.com> wrote in message
news:ze5qg.24867$_J1.319863@twister2.libero.it...
> Eliyahu Goldin ha scritto:
>> You need to get an ActiveX. It doesn't have to be in VB6. I am using one
>> from http://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx
> Cool! Thanks!
> And if I would like to build my own in managed code?
> It's possible?

Bookmark and Share