Windows form in a web form in.NET

  • Thread starter Thread starter sonu
  • Start date Start date
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?
 
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
 
Back
Top