Windows form in a web form in.NET

S

sonu

I have a windows application to scan images,I want to call its .exe
file in my asp.net form.
Can anybody tell how can i do this.So that my windows application can
run in client machine
 
S

Scott Beardsley

sonu said:
I have a windows application to scan images,I want to call its .exe
file in my asp.net form.
Can anybody tell how can i do this.So that my windows application can
run in client machine

Using ClickOnce you can "pop up" your .net 2.0 windows forms app that is
deployed via ClickOnce from a webpage. You can even pass variables to
the app via URL. I use this in a similar app that scans via TWAIN and
uploads to a webservice. I pass authentication via the URL.
 

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