Windows form in a web form in.NET

S

sonu

Thanx for ur help but still my problem has'nt solved.Actually i have a
component for scanning images which is a windows application.I want to
include this component in my ASP.NET project.So that this windows
application can run on clint machine.
Is it possible?
 
G

Guest

You can include link allowing user to download and run you image scanning
application. You cannot force any program to be run on the client machine's
browser because of many reasons like different operating system, safety, etc.
You may always use approach i mentioned in previous post (<OBJECT> tag> +
..NET/ActiveX) but you have to take into account user must allow extensions to
be loaded. My advice is to design image scanning as a user control in control
library, expose it to COM and then use <OBJECT> tag to embed control in web
form.

Hope it helps
 

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